Shades of Dark Violet #8F02ED
Tints of Dark Violet #8F02ED
RGB
CMYK
RGB Variations
Color information
#8F02ED (or 0x8F02ED) is known color: Dark Violet. HEX triplet: 8F, 02 and ED. RGB value is (143,2,237). Sum of RGB (Red+Green+Blue) = 143+2+237=382 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.43% from 382); Green value is 2 (1.17% from 255 or 0.52% from 382); Blue value is 237 (92.97% from 255 or 62.04% from 382); Max value from RGB is 237 - color contains mainly: blue. Hex color #8F02ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F02ED is #70FD12. Grayscale: #464646. Windows color (decimal): -7404819 or 15532687. OLE color: 15532687.
HSL color Cylindrical-coordinate representation of color #8F02ED: hue angle of 276º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F02ED is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 2 | 237 | - |
| CMYK | 0.40 | 0.99 | 0 | 0.07 |
| HSL | 276º | 0.98% | 0.47% | - |
| HSV(B) | 276º | 0.99% | 0.93% | - |
| XYZ | 26.64 | 12 | 81.03 | - |
| YUV | 70.95 | 221.71 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 2 | 237 | 0.40 | 0.99 | 0 | 0.07 | 276 | 0.98 | 0.47 |
| Hex | 8F | 2 | ED | 28 | 63 | 0 | 7 | 114 | 62 | 2F |
| Octal | 217 | 2 | 355 | 50 | 143 | 0 | 7 | 424 | 142 | 57 |
| Binary | 10001111 | 10 | 11101101 | 101000 | 1100011 | 0 | 111 | 100010100 | 1100010 | 101111 |
Color Harmonies of #8F02ED
Complementary color
Monochromatic Colors of #8F02ED
Black with #8F02ED
Text Example
Text Example
White with #8F02ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F02ED; }
p { color: rgb(143,2,237); }
H1.HeaderClassName
{
color: #8F02ED;
}
.AnyTagClassName
{
color: #8F02ED;
}
</style>
background-color css
<style>
a { background-color: #8F02ED; }
a { background-color: rgb(143,2,237); }
div.DivClassName
{
background-color: #8F02ED;
}
.BgClassName
{
background-color: #8F02ED;
}
</style>
border-color css
<style>
span { border-color: #8F02ED; }
span { border-color: rgb(143,2,237); }
td.TdClassName
{
border-color: #8F02ED;
}
.TagClassName
{
border-color: #8F02ED;
}
</style>