Shades of Dark Violet #8F0CB2
Tints of Dark Violet #8F0CB2
RGB
CMYK
RGB Variations
Color information
#8F0CB2 (or 0x8F0CB2) is known color: Dark Violet. HEX triplet: 8F, 0C and B2. RGB value is (143,12,178). Sum of RGB (Red+Green+Blue) = 143+12+178=333 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.94% from 333); Green value is 12 (5.08% from 255 or 3.60% from 333); Blue value is 178 (69.92% from 255 or 53.45% from 333); Max value from RGB is 178 - color contains mainly: blue. Hex color #8F0CB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0CB2 is #70F34D. Grayscale: #454545. Windows color (decimal): -7402318 or 11668623. OLE color: 11668623.
HSL color Cylindrical-coordinate representation of color #8F0CB2: hue angle of 287.35º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8F0CB2 is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 143 | 12 | 178 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.30 |
| HSL | 287.35º | 0.87% | 0.37% | - |
| HSV(B) | 287.35º | 0.93% | 0.7% | - |
| XYZ | 19.5 | 9.32 | 42.89 | - |
| YUV | 70.09 | 188.9 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 12 | 178 | 0.20 | 0.93 | 0 | 0.30 | 287.35 | 0.87 | 0.37 |
| Hex | 8F | C | B2 | 14 | 5D | 0 | 1E | 11F | 57 | 25 |
| Octal | 217 | 14 | 262 | 24 | 135 | 0 | 36 | 437 | 127 | 45 |
| Binary | 10001111 | 1100 | 10110010 | 10100 | 1011101 | 0 | 11110 | 100011111 | 1010111 | 100101 |
Color Harmonies of #8F0CB2
Complementary color
Monochromatic Colors of #8F0CB2
Black with #8F0CB2
Text Example
Text Example
White with #8F0CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0CB2; }
p { color: rgb(143,12,178); }
H1.HeaderClassName
{
color: #8F0CB2;
}
.AnyTagClassName
{
color: #8F0CB2;
}
</style>
background-color css
<style>
a { background-color: #8F0CB2; }
a { background-color: rgb(143,12,178); }
div.DivClassName
{
background-color: #8F0CB2;
}
.BgClassName
{
background-color: #8F0CB2;
}
</style>
border-color css
<style>
span { border-color: #8F0CB2; }
span { border-color: rgb(143,12,178); }
td.TdClassName
{
border-color: #8F0CB2;
}
.TagClassName
{
border-color: #8F0CB2;
}
</style>