#8B3394

Color #8B3394 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #8B3394

Tints of Vivid Violet #8B3394

Color information

#8B3394 (or 0x8B3394) is unknown color: approx Vivid Violet. HEX triplet: 8B, 33 and 94. RGB value is (139,51,148). Sum of RGB (Red+Green+Blue) = 139+51+148=338 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.12% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 148 (58.20% from 255 or 43.79% from 338); Max value from RGB is 148 - color contains mainly: blue. Hex color #8B3394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3394 is #74CC6B. Grayscale: #585858. Windows color (decimal): -7654508 or 9712523. OLE color: 9712523.

HSL color Cylindrical-coordinate representation of color #8B3394: hue angle of 294.43º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8B3394 is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13951148-
CMYK0.060.6600.42
HSL294.43º48.74%39.02%-
HSV(B)294.43º65.54%58.04%-
XYZ17.189.9929.04-
YUV88.37161.65164.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 139 (54.69% from 255) = 41.12%
GREEN value IS 51 (20.31% from 255) = 15.09%
BLUE value IS 148 (58.20% from 255) = 43.79%
R=41.12%
G=15.09%
B=43.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139511480.060.6600.42294.4348.7439.02
Hex8B339464202A1263127
Octal2136322461020524466147
Binary100010111100111001010011010000100101010100100110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B3394; }

 p { color: rgb(139,51,148); }

 H1.HeaderClassName
 {
   color: #8B3394;
 }
 .AnyTagClassName
 {
   color: #8B3394;
 }
</style>
background-color css

<style>
 a { background-color: #8B3394; }

 a { background-color: rgb(139,51,148); }

 div.DivClassName
 {
   background-color: #8B3394;
 }
 .BgClassName
 {
   background-color: #8B3394;
 }
</style>
border-color css

<style>
 span { border-color: #8B3394; }

 span { border-color: rgb(139,51,148); }

 td.TdClassName
 {
   border-color: #8B3394;
 }
 .TagClassName
 {
   border-color: #8B3394;
 }
</style>