Shades of Dark Violet #8F03CA
Tints of Dark Violet #8F03CA
RGB
CMYK
RGB Variations
Color information
#8F03CA (or 0x8F03CA) is known color: Dark Violet. HEX triplet: 8F, 03 and CA. RGB value is (143,3,202). Sum of RGB (Red+Green+Blue) = 143+3+202=348 (46% of max value = 765). Red value is 143 (56.25% from 255 or 41.09% from 348); Green value is 3 (1.56% from 255 or 0.86% from 348); Blue value is 202 (79.30% from 255 or 58.05% from 348); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F03CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F03CA is #70FC35. Grayscale: #424242. Windows color (decimal): -7404598 or 13239183. OLE color: 13239183.
HSL color Cylindrical-coordinate representation of color #8F03CA: hue angle of 282.21º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F03CA is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 3 | 202 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.21 |
| HSL | 282.21º | 0.97% | 0.4% | - |
| HSV(B) | 282.21º | 0.99% | 0.79% | - |
| XYZ | 22.02 | 10.17 | 56.68 | - |
| YUV | 67.55 | 203.88 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 3 | 202 | 0.29 | 0.99 | 0 | 0.21 | 282.21 | 0.97 | 0.4 |
| Hex | 8F | 3 | CA | 1D | 63 | 0 | 15 | 11A | 61 | 28 |
| Octal | 217 | 3 | 312 | 35 | 143 | 0 | 25 | 432 | 141 | 50 |
| Binary | 10001111 | 11 | 11001010 | 11101 | 1100011 | 0 | 10101 | 100011010 | 1100001 | 101000 |
Color Harmonies of #8F03CA
Complementary color
Monochromatic Colors of #8F03CA
Black with #8F03CA
Text Example
Text Example
White with #8F03CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F03CA; }
p { color: rgb(143,3,202); }
H1.HeaderClassName
{
color: #8F03CA;
}
.AnyTagClassName
{
color: #8F03CA;
}
</style>
background-color css
<style>
a { background-color: #8F03CA; }
a { background-color: rgb(143,3,202); }
div.DivClassName
{
background-color: #8F03CA;
}
.BgClassName
{
background-color: #8F03CA;
}
</style>
border-color css
<style>
span { border-color: #8F03CA; }
span { border-color: rgb(143,3,202); }
td.TdClassName
{
border-color: #8F03CA;
}
.TagClassName
{
border-color: #8F03CA;
}
</style>