Shades of Vivid Violet #8B2396
Tints of Vivid Violet #8B2396
RGB
CMYK
RGB Variations
Color information
#8B2396 (or 0x8B2396) is known color: 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
| RGB | 139 | 35 | 150 | - |
| CMYK | 0.07 | 0.77 | 0 | 0.41 |
| HSL | 294.26º | 0.62% | 0.36% | - |
| HSV(B) | 294.26º | 0.77% | 0.59% | - |
| XYZ | 16.75 | 8.89 | 29.69 | - |
| YUV | 79.21 | 167.96 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 35 | 150 | 0.07 | 0.77 | 0 | 0.41 | 294.26 | 0.62 | 0.36 |
| Hex | 8B | 23 | 96 | 7 | 4D | 0 | 29 | 126 | 3E | 24 |
| Octal | 213 | 43 | 226 | 7 | 115 | 0 | 51 | 446 | 76 | 44 |
| Binary | 10001011 | 100011 | 10010110 | 111 | 1001101 | 0 | 101001 | 100100110 | 111110 | 100100 |
Color Harmonies of #8B2396
Complementary color
Monochromatic Colors of #8B2396
Black with #8B2396
Text Example
Text Example
White with #8B2396
Text Example
Text Example
HTML Codes & Css Web 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>