Shades of Dark Violet #8F02F8
Tints of Dark Violet #8F02F8
RGB
CMYK
RGB Variations
Color information
#8F02F8 (or 0x8F02F8) is known color: Dark Violet. HEX triplet: 8F, 02 and F8. RGB value is (143,2,248). Sum of RGB (Red+Green+Blue) = 143+2+248=393 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.39% from 393); Green value is 2 (1.17% from 255 or 0.51% from 393); Blue value is 248 (97.27% from 255 or 63.10% from 393); Max value from RGB is 248 - color contains mainly: blue. Hex color #8F02F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F02F8 is #70FD07. Grayscale: #474747. Windows color (decimal): -7404808 or 16253583. OLE color: 16253583.
HSL color Cylindrical-coordinate representation of color #8F02F8: hue angle of 274.39º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F02F8 is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 143 | 2 | 248 | - |
| CMYK | 0.42 | 0.99 | 0 | 0.03 |
| HSL | 274.39º | 0.98% | 0.49% | - |
| HSV(B) | 274.39º | 0.99% | 0.97% | - |
| XYZ | 28.29 | 12.66 | 89.76 | - |
| YUV | 72.2 | 227.21 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 2 | 248 | 0.42 | 0.99 | 0 | 0.03 | 274.39 | 0.98 | 0.49 |
| Hex | 8F | 2 | F8 | 2A | 63 | 0 | 3 | 112 | 62 | 31 |
| Octal | 217 | 2 | 370 | 52 | 143 | 0 | 3 | 422 | 142 | 61 |
| Binary | 10001111 | 10 | 11111000 | 101010 | 1100011 | 0 | 11 | 100010010 | 1100010 | 110001 |
Color Harmonies of #8F02F8
Complementary color
Monochromatic Colors of #8F02F8
Black with #8F02F8
Text Example
Text Example
White with #8F02F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F02F8; }
p { color: rgb(143,2,248); }
H1.HeaderClassName
{
color: #8F02F8;
}
.AnyTagClassName
{
color: #8F02F8;
}
</style>
background-color css
<style>
a { background-color: #8F02F8; }
a { background-color: rgb(143,2,248); }
div.DivClassName
{
background-color: #8F02F8;
}
.BgClassName
{
background-color: #8F02F8;
}
</style>
border-color css
<style>
span { border-color: #8F02F8; }
span { border-color: rgb(143,2,248); }
td.TdClassName
{
border-color: #8F02F8;
}
.TagClassName
{
border-color: #8F02F8;
}
</style>