Shades of Dark Violet #8F06CA
Tints of Dark Violet #8F06CA
RGB
CMYK
RGB Variations
Color information
#8F06CA (or 0x8F06CA) is known color: Dark Violet. HEX triplet: 8F, 06 and CA. RGB value is (143,6,202). Sum of RGB (Red+Green+Blue) = 143+6+202=351 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.74% from 351); Green value is 6 (2.73% from 255 or 1.71% from 351); Blue value is 202 (79.30% from 255 or 57.55% from 351); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F06CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F06CA is #70F935. Grayscale: #444444. Windows color (decimal): -7403830 or 13239951. OLE color: 13239951.
HSL color Cylindrical-coordinate representation of color #8F06CA: hue angle of 281.94º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F06CA is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 6 | 202 | - |
| CMYK | 0.29 | 0.97 | 0 | 0.21 |
| HSL | 281.94º | 0.94% | 0.41% | - |
| HSV(B) | 281.94º | 0.97% | 0.79% | - |
| XYZ | 22.05 | 10.23 | 56.69 | - |
| YUV | 69.31 | 202.89 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 6 | 202 | 0.29 | 0.97 | 0 | 0.21 | 281.94 | 0.94 | 0.41 |
| Hex | 8F | 6 | CA | 1D | 61 | 0 | 15 | 11A | 5E | 29 |
| Octal | 217 | 6 | 312 | 35 | 141 | 0 | 25 | 432 | 136 | 51 |
| Binary | 10001111 | 110 | 11001010 | 11101 | 1100001 | 0 | 10101 | 100011010 | 1011110 | 101001 |
Color Harmonies of #8F06CA
Complementary color
Monochromatic Colors of #8F06CA
Black with #8F06CA
Text Example
Text Example
White with #8F06CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F06CA; }
p { color: rgb(143,6,202); }
H1.HeaderClassName
{
color: #8F06CA;
}
.AnyTagClassName
{
color: #8F06CA;
}
</style>
background-color css
<style>
a { background-color: #8F06CA; }
a { background-color: rgb(143,6,202); }
div.DivClassName
{
background-color: #8F06CA;
}
.BgClassName
{
background-color: #8F06CA;
}
</style>
border-color css
<style>
span { border-color: #8F06CA; }
span { border-color: rgb(143,6,202); }
td.TdClassName
{
border-color: #8F06CA;
}
.TagClassName
{
border-color: #8F06CA;
}
</style>