Shades of Dark Violet #8F02FB
Tints of Dark Violet #8F02FB
RGB
CMYK
RGB Variations
Color information
#8F02FB (or 0x8F02FB) is known color: Dark Violet. HEX triplet: 8F, 02 and FB. RGB value is (143,2,251). Sum of RGB (Red+Green+Blue) = 143+2+251=396 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.11% from 396); Green value is 2 (1.17% from 255 or 0.51% from 396); Blue value is 251 (98.44% from 255 or 63.38% from 396); Max value from RGB is 251 - color contains mainly: blue. Hex color #8F02FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F02FB is #70FD04. Grayscale: #474747. Windows color (decimal): -7404805 or 16450191. OLE color: 16450191.
HSL color Cylindrical-coordinate representation of color #8F02FB: hue angle of 273.98º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F02FB is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 2 | 251 | - |
| CMYK | 0.43 | 0.99 | 0 | 0.02 |
| HSL | 273.98º | 0.98% | 0.5% | - |
| HSV(B) | 273.98º | 0.99% | 0.98% | - |
| XYZ | 28.76 | 12.85 | 92.23 | - |
| YUV | 72.55 | 228.71 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 2 | 251 | 0.43 | 0.99 | 0 | 0.02 | 273.98 | 0.98 | 0.5 |
| Hex | 8F | 2 | FB | 2B | 63 | 0 | 2 | 112 | 62 | 32 |
| Octal | 217 | 2 | 373 | 53 | 143 | 0 | 2 | 422 | 142 | 62 |
| Binary | 10001111 | 10 | 11111011 | 101011 | 1100011 | 0 | 10 | 100010010 | 1100010 | 110010 |
Color Harmonies of #8F02FB
Complementary color
Monochromatic Colors of #8F02FB
Black with #8F02FB
Text Example
Text Example
White with #8F02FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F02FB; }
p { color: rgb(143,2,251); }
H1.HeaderClassName
{
color: #8F02FB;
}
.AnyTagClassName
{
color: #8F02FB;
}
</style>
background-color css
<style>
a { background-color: #8F02FB; }
a { background-color: rgb(143,2,251); }
div.DivClassName
{
background-color: #8F02FB;
}
.BgClassName
{
background-color: #8F02FB;
}
</style>
border-color css
<style>
span { border-color: #8F02FB; }
span { border-color: rgb(143,2,251); }
td.TdClassName
{
border-color: #8F02FB;
}
.TagClassName
{
border-color: #8F02FB;
}
</style>