Shades of Dark Violet #8F02CD
Tints of Dark Violet #8F02CD
RGB
CMYK
RGB Variations
Color information
#8F02CD (or 0x8F02CD) is known color: Dark Violet. HEX triplet: 8F, 02 and CD. RGB value is (143,2,205). Sum of RGB (Red+Green+Blue) = 143+2+205=350 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.86% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 205 (80.47% from 255 or 58.57% from 350); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F02CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F02CD is #70FD32. Grayscale: #424242. Windows color (decimal): -7404851 or 13435535. OLE color: 13435535.
HSL color Cylindrical-coordinate representation of color #8F02CD: hue angle of 281.67º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F02CD is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 2 | 205 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.20 |
| HSL | 281.67º | 0.98% | 0.41% | - |
| HSV(B) | 281.67º | 0.99% | 0.8% | - |
| XYZ | 22.37 | 10.29 | 58.56 | - |
| YUV | 67.3 | 205.71 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 2 | 205 | 0.30 | 0.99 | 0 | 0.20 | 281.67 | 0.98 | 0.41 |
| Hex | 8F | 2 | CD | 1E | 63 | 0 | 14 | 11A | 62 | 29 |
| Octal | 217 | 2 | 315 | 36 | 143 | 0 | 24 | 432 | 142 | 51 |
| Binary | 10001111 | 10 | 11001101 | 11110 | 1100011 | 0 | 10100 | 100011010 | 1100010 | 101001 |
Color Harmonies of #8F02CD
Complementary color
Monochromatic Colors of #8F02CD
Black with #8F02CD
Text Example
Text Example
White with #8F02CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F02CD; }
p { color: rgb(143,2,205); }
H1.HeaderClassName
{
color: #8F02CD;
}
.AnyTagClassName
{
color: #8F02CD;
}
</style>
background-color css
<style>
a { background-color: #8F02CD; }
a { background-color: rgb(143,2,205); }
div.DivClassName
{
background-color: #8F02CD;
}
.BgClassName
{
background-color: #8F02CD;
}
</style>
border-color css
<style>
span { border-color: #8F02CD; }
span { border-color: rgb(143,2,205); }
td.TdClassName
{
border-color: #8F02CD;
}
.TagClassName
{
border-color: #8F02CD;
}
</style>