Shades of Dark Violet #8F05CA
Tints of Dark Violet #8F05CA
RGB
CMYK
RGB Variations
Color information
#8F05CA (or 0x8F05CA) is known color: Dark Violet. HEX triplet: 8F, 05 and CA. RGB value is (143,5,202). Sum of RGB (Red+Green+Blue) = 143+5+202=350 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.86% from 350); Green value is 5 (2.34% from 255 or 1.43% from 350); Blue value is 202 (79.30% from 255 or 57.71% from 350); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F05CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F05CA is #70FA35. Grayscale: #444444. Windows color (decimal): -7404086 or 13239695. OLE color: 13239695.
HSL color Cylindrical-coordinate representation of color #8F05CA: hue angle of 282.03º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8F05CA is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 5 | 202 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.21 |
| HSL | 282.03º | 0.95% | 0.41% | - |
| HSV(B) | 282.03º | 0.98% | 0.79% | - |
| XYZ | 22.04 | 10.21 | 56.69 | - |
| YUV | 68.72 | 203.22 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 5 | 202 | 0.29 | 0.98 | 0 | 0.21 | 282.03 | 0.95 | 0.41 |
| Hex | 8F | 5 | CA | 1D | 62 | 0 | 15 | 11A | 5F | 29 |
| Octal | 217 | 5 | 312 | 35 | 142 | 0 | 25 | 432 | 137 | 51 |
| Binary | 10001111 | 101 | 11001010 | 11101 | 1100010 | 0 | 10101 | 100011010 | 1011111 | 101001 |
Color Harmonies of #8F05CA
Complementary color
Monochromatic Colors of #8F05CA
Black with #8F05CA
Text Example
Text Example
White with #8F05CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F05CA; }
p { color: rgb(143,5,202); }
H1.HeaderClassName
{
color: #8F05CA;
}
.AnyTagClassName
{
color: #8F05CA;
}
</style>
background-color css
<style>
a { background-color: #8F05CA; }
a { background-color: rgb(143,5,202); }
div.DivClassName
{
background-color: #8F05CA;
}
.BgClassName
{
background-color: #8F05CA;
}
</style>
border-color css
<style>
span { border-color: #8F05CA; }
span { border-color: rgb(143,5,202); }
td.TdClassName
{
border-color: #8F05CA;
}
.TagClassName
{
border-color: #8F05CA;
}
</style>