Shades of Dark Violet #8F02BF
Tints of Dark Violet #8F02BF
RGB
CMYK
RGB Variations
Color information
#8F02BF (or 0x8F02BF) is known color: Dark Violet. HEX triplet: 8F, 02 and BF. RGB value is (143,2,191). Sum of RGB (Red+Green+Blue) = 143+2+191=336 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.56% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 191 (75% from 255 or 56.85% from 336); Max value from RGB is 191 - color contains mainly: blue. Hex color #8F02BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F02BF is #70FD40. Grayscale: #414141. Windows color (decimal): -7404865 or 12518031. OLE color: 12518031.
HSL color Cylindrical-coordinate representation of color #8F02BF: hue angle of 284.76º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F02BF is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 2 | 191 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.25 |
| HSL | 284.76º | 0.98% | 0.38% | - |
| HSV(B) | 284.76º | 0.99% | 0.75% | - |
| XYZ | 20.75 | 9.64 | 50.06 | - |
| YUV | 65.71 | 198.71 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 2 | 191 | 0.25 | 0.99 | 0 | 0.25 | 284.76 | 0.98 | 0.38 |
| Hex | 8F | 2 | BF | 19 | 63 | 0 | 19 | 11D | 62 | 26 |
| Octal | 217 | 2 | 277 | 31 | 143 | 0 | 31 | 435 | 142 | 46 |
| Binary | 10001111 | 10 | 10111111 | 11001 | 1100011 | 0 | 11001 | 100011101 | 1100010 | 100110 |
Color Harmonies of #8F02BF
Complementary color
Monochromatic Colors of #8F02BF
Black with #8F02BF
Text Example
Text Example
White with #8F02BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F02BF; }
p { color: rgb(143,2,191); }
H1.HeaderClassName
{
color: #8F02BF;
}
.AnyTagClassName
{
color: #8F02BF;
}
</style>
background-color css
<style>
a { background-color: #8F02BF; }
a { background-color: rgb(143,2,191); }
div.DivClassName
{
background-color: #8F02BF;
}
.BgClassName
{
background-color: #8F02BF;
}
</style>
border-color css
<style>
span { border-color: #8F02BF; }
span { border-color: rgb(143,2,191); }
td.TdClassName
{
border-color: #8F02BF;
}
.TagClassName
{
border-color: #8F02BF;
}
</style>