Shades of Dark Violet #8F02EF
Tints of Dark Violet #8F02EF
RGB
CMYK
RGB Variations
Color information
#8F02EF (or 0x8F02EF) is known color: Dark Violet. HEX triplet: 8F, 02 and EF. RGB value is (143,2,239). Sum of RGB (Red+Green+Blue) = 143+2+239=384 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.24% from 384); Green value is 2 (1.17% from 255 or 0.52% from 384); Blue value is 239 (93.75% from 255 or 62.24% from 384); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F02EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F02EF is #70FD10. Grayscale: #464646. Windows color (decimal): -7404817 or 15663759. OLE color: 15663759.
HSL color Cylindrical-coordinate representation of color #8F02EF: hue angle of 275.7º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F02EF is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 2 | 239 | - |
| CMYK | 0.40 | 0.99 | 0 | 0.06 |
| HSL | 275.7º | 0.98% | 0.47% | - |
| HSV(B) | 275.7º | 0.99% | 0.94% | - |
| XYZ | 26.93 | 12.12 | 82.58 | - |
| YUV | 71.18 | 222.71 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 2 | 239 | 0.40 | 0.99 | 0 | 0.06 | 275.7 | 0.98 | 0.47 |
| Hex | 8F | 2 | EF | 28 | 63 | 0 | 6 | 114 | 62 | 2F |
| Octal | 217 | 2 | 357 | 50 | 143 | 0 | 6 | 424 | 142 | 57 |
| Binary | 10001111 | 10 | 11101111 | 101000 | 1100011 | 0 | 110 | 100010100 | 1100010 | 101111 |
Color Harmonies of #8F02EF
Complementary color
Monochromatic Colors of #8F02EF
Black with #8F02EF
Text Example
Text Example
White with #8F02EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F02EF; }
p { color: rgb(143,2,239); }
H1.HeaderClassName
{
color: #8F02EF;
}
.AnyTagClassName
{
color: #8F02EF;
}
</style>
background-color css
<style>
a { background-color: #8F02EF; }
a { background-color: rgb(143,2,239); }
div.DivClassName
{
background-color: #8F02EF;
}
.BgClassName
{
background-color: #8F02EF;
}
</style>
border-color css
<style>
span { border-color: #8F02EF; }
span { border-color: rgb(143,2,239); }
td.TdClassName
{
border-color: #8F02EF;
}
.TagClassName
{
border-color: #8F02EF;
}
</style>