Shades of Dark Violet #8F0CBE
Tints of Dark Violet #8F0CBE
RGB
CMYK
RGB Variations
Color information
#8F0CBE (or 0x8F0CBE) is known color: Dark Violet. HEX triplet: 8F, 0C and BE. RGB value is (143,12,190). Sum of RGB (Red+Green+Blue) = 143+12+190=345 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.45% from 345); Green value is 12 (5.08% from 255 or 3.48% from 345); Blue value is 190 (74.61% from 255 or 55.07% from 345); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F0CBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0CBE is #70F341. Grayscale: #464646. Windows color (decimal): -7402306 or 12455055. OLE color: 12455055.
HSL color Cylindrical-coordinate representation of color #8F0CBE: hue angle of 284.16º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0CBE is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 12 | 190 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.25 |
| HSL | 284.16º | 0.88% | 0.4% | - |
| HSV(B) | 284.16º | 0.94% | 0.75% | - |
| XYZ | 20.75 | 9.82 | 49.52 | - |
| YUV | 71.46 | 194.9 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 12 | 190 | 0.25 | 0.94 | 0 | 0.25 | 284.16 | 0.88 | 0.4 |
| Hex | 8F | C | BE | 19 | 5E | 0 | 19 | 11C | 58 | 28 |
| Octal | 217 | 14 | 276 | 31 | 136 | 0 | 31 | 434 | 130 | 50 |
| Binary | 10001111 | 1100 | 10111110 | 11001 | 1011110 | 0 | 11001 | 100011100 | 1011000 | 101000 |
Color Harmonies of #8F0CBE
Complementary color
Monochromatic Colors of #8F0CBE
Black with #8F0CBE
Text Example
Text Example
White with #8F0CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0CBE; }
p { color: rgb(143,12,190); }
H1.HeaderClassName
{
color: #8F0CBE;
}
.AnyTagClassName
{
color: #8F0CBE;
}
</style>
background-color css
<style>
a { background-color: #8F0CBE; }
a { background-color: rgb(143,12,190); }
div.DivClassName
{
background-color: #8F0CBE;
}
.BgClassName
{
background-color: #8F0CBE;
}
</style>
border-color css
<style>
span { border-color: #8F0CBE; }
span { border-color: rgb(143,12,190); }
td.TdClassName
{
border-color: #8F0CBE;
}
.TagClassName
{
border-color: #8F0CBE;
}
</style>