Shades of Dark Violet #8F02F7
Tints of Dark Violet #8F02F7
RGB
CMYK
RGB Variations
Color information
#8F02F7 (or 0x8F02F7) is known color: Dark Violet. HEX triplet: 8F, 02 and F7. RGB value is (143,2,247). Sum of RGB (Red+Green+Blue) = 143+2+247=392 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.48% from 392); Green value is 2 (1.17% from 255 or 0.51% from 392); Blue value is 247 (96.88% from 255 or 63.01% from 392); Max value from RGB is 247 - color contains mainly: blue. Hex color #8F02F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F02F7 is #70FD08. Grayscale: #474747. Windows color (decimal): -7404809 or 16188047. OLE color: 16188047.
HSL color Cylindrical-coordinate representation of color #8F02F7: hue angle of 274.53º 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 #8F02F7 is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 143 | 2 | 247 | - |
| CMYK | 0.42 | 0.99 | 0 | 0.03 |
| HSL | 274.53º | 0.98% | 0.49% | - |
| HSV(B) | 274.53º | 0.99% | 0.97% | - |
| XYZ | 28.14 | 12.6 | 88.94 | - |
| YUV | 72.09 | 226.71 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 2 | 247 | 0.42 | 0.99 | 0 | 0.03 | 274.53 | 0.98 | 0.49 |
| Hex | 8F | 2 | F7 | 2A | 63 | 0 | 3 | 113 | 62 | 31 |
| Octal | 217 | 2 | 367 | 52 | 143 | 0 | 3 | 423 | 142 | 61 |
| Binary | 10001111 | 10 | 11110111 | 101010 | 1100011 | 0 | 11 | 100010011 | 1100010 | 110001 |
Color Harmonies of #8F02F7
Complementary color
Monochromatic Colors of #8F02F7
Black with #8F02F7
Text Example
Text Example
White with #8F02F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F02F7; }
p { color: rgb(143,2,247); }
H1.HeaderClassName
{
color: #8F02F7;
}
.AnyTagClassName
{
color: #8F02F7;
}
</style>
background-color css
<style>
a { background-color: #8F02F7; }
a { background-color: rgb(143,2,247); }
div.DivClassName
{
background-color: #8F02F7;
}
.BgClassName
{
background-color: #8F02F7;
}
</style>
border-color css
<style>
span { border-color: #8F02F7; }
span { border-color: rgb(143,2,247); }
td.TdClassName
{
border-color: #8F02F7;
}
.TagClassName
{
border-color: #8F02F7;
}
</style>