Shades of Dark Violet #8F07CA
Tints of Dark Violet #8F07CA
RGB
CMYK
RGB Variations
Color information
#8F07CA (or 0x8F07CA) is known color: Dark Violet. HEX triplet: 8F, 07 and CA. RGB value is (143,7,202). Sum of RGB (Red+Green+Blue) = 143+7+202=352 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.62% from 352); Green value is 7 (3.12% from 255 or 1.99% from 352); Blue value is 202 (79.30% from 255 or 57.39% from 352); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F07CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F07CA is #70F835. Grayscale: #454545. Windows color (decimal): -7403574 or 13240207. OLE color: 13240207.
HSL color Cylindrical-coordinate representation of color #8F07CA: hue angle of 281.85º degrees, saturation: 0.93, 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 #8F07CA is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 7 | 202 | - |
| CMYK | 0.29 | 0.97 | 0 | 0.21 |
| HSL | 281.85º | 0.93% | 0.41% | - |
| HSV(B) | 281.85º | 0.97% | 0.79% | - |
| XYZ | 22.06 | 10.26 | 56.69 | - |
| YUV | 69.89 | 202.56 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 7 | 202 | 0.29 | 0.97 | 0 | 0.21 | 281.85 | 0.93 | 0.41 |
| Hex | 8F | 7 | CA | 1D | 61 | 0 | 15 | 11A | 5D | 29 |
| Octal | 217 | 7 | 312 | 35 | 141 | 0 | 25 | 432 | 135 | 51 |
| Binary | 10001111 | 111 | 11001010 | 11101 | 1100001 | 0 | 10101 | 100011010 | 1011101 | 101001 |
Color Harmonies of #8F07CA
Complementary color
Monochromatic Colors of #8F07CA
Black with #8F07CA
Text Example
Text Example
White with #8F07CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F07CA; }
p { color: rgb(143,7,202); }
H1.HeaderClassName
{
color: #8F07CA;
}
.AnyTagClassName
{
color: #8F07CA;
}
</style>
background-color css
<style>
a { background-color: #8F07CA; }
a { background-color: rgb(143,7,202); }
div.DivClassName
{
background-color: #8F07CA;
}
.BgClassName
{
background-color: #8F07CA;
}
</style>
border-color css
<style>
span { border-color: #8F07CA; }
span { border-color: rgb(143,7,202); }
td.TdClassName
{
border-color: #8F07CA;
}
.TagClassName
{
border-color: #8F07CA;
}
</style>