#8B2396

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

Shades of Vivid Violet #8B2396

Tints of Vivid Violet #8B2396

Color information

#8B2396 (or 0x8B2396) is unknown color: approx Vivid Violet. HEX triplet: 8B, 23 and 96. RGB value is (139,35,150). Sum of RGB (Red+Green+Blue) = 139+35+150=324 (42% of max value = 765). Red value is 139 (54.69% from 255 or 42.90% from 324); Green value is 35 (14.06% from 255 or 10.80% from 324); Blue value is 150 (58.98% from 255 or 46.30% from 324); Max value from RGB is 150 - color contains mainly: blue. Hex color #8B2396 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2396 is #74DC69. Grayscale: #4E4E4E. Windows color (decimal): -7658602 or 9839499. OLE color: 9839499.

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

Color convert

RGB13935150-
CMYK0.070.7700.41
HSL294.26º62.16%36.27%-
HSV(B)294.26º76.67%58.82%-
XYZ16.758.8929.69-
YUV79.21167.96170.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.90%
GREEN value IS 35 (14.06% from 255) = 10.80%
BLUE value IS 150 (58.98% from 255) = 46.30%
R=42.90%
G=10.80%
B=46.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal139351500.070.7700.41294.2662.1636.27
Hex8B239674D0291263e24
Octal2134322671150514467644
Binary100010111000111001011011110011010101001100100110111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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