#8B3396

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

Shades of Vivid Violet #8B3396

Tints of Vivid Violet #8B3396

Color information

#8B3396 (or 0x8B3396) is unknown color: approx Vivid Violet. HEX triplet: 8B, 33 and 96. RGB value is (139,51,150). Sum of RGB (Red+Green+Blue) = 139+51+150=340 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.88% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 150 (58.98% from 255 or 44.12% from 340); Max value from RGB is 150 - color contains mainly: blue. Hex color #8B3396 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3396 is #74CC69. Grayscale: #585858. Windows color (decimal): -7654506 or 9843595. OLE color: 9843595.

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

Color convert

RGB13951150-
CMYK0.070.6600.41
HSL293.33º49.25%39.41%-
HSV(B)293.33º66%58.82%-
XYZ17.3410.0629.88-
YUV88.6162.65163.95-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.88%
GREEN value IS 51 (20.31% from 255) = 15%
BLUE value IS 150 (58.98% from 255) = 44.12%
R=40.88%
G=15%
B=44.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal139511500.070.6600.41293.3349.2539.41
Hex8B33967420291253127
Octal2136322671020514456147
Binary100010111100111001011011110000100101001100100101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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