Shades of Dark Violet #8F02BB
Tints of Dark Violet #8F02BB
RGB
CMYK
RGB Variations
Color information
#8F02BB (or 0x8F02BB) is known color: Dark Violet. HEX triplet: 8F, 02 and BB. RGB value is (143,2,187). Sum of RGB (Red+Green+Blue) = 143+2+187=332 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.07% from 332); Green value is 2 (1.17% from 255 or 0.60% from 332); Blue value is 187 (73.44% from 255 or 56.33% from 332); Max value from RGB is 187 - color contains mainly: blue. Hex color #8F02BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F02BB is #70FD44. Grayscale: #404040. Windows color (decimal): -7404869 or 12255887. OLE color: 12255887.
HSL color Cylindrical-coordinate representation of color #8F02BB: hue angle of 285.73º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F02BB is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 2 | 187 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.27 |
| HSL | 285.73º | 0.98% | 0.37% | - |
| HSV(B) | 285.73º | 0.99% | 0.73% | - |
| XYZ | 20.32 | 9.47 | 47.77 | - |
| YUV | 65.25 | 196.71 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 2 | 187 | 0.24 | 0.99 | 0 | 0.27 | 285.73 | 0.98 | 0.37 |
| Hex | 8F | 2 | BB | 18 | 63 | 0 | 1B | 11E | 62 | 25 |
| Octal | 217 | 2 | 273 | 30 | 143 | 0 | 33 | 436 | 142 | 45 |
| Binary | 10001111 | 10 | 10111011 | 11000 | 1100011 | 0 | 11011 | 100011110 | 1100010 | 100101 |
Color Harmonies of #8F02BB
Complementary color
Monochromatic Colors of #8F02BB
Black with #8F02BB
Text Example
Text Example
White with #8F02BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F02BB; }
p { color: rgb(143,2,187); }
H1.HeaderClassName
{
color: #8F02BB;
}
.AnyTagClassName
{
color: #8F02BB;
}
</style>
background-color css
<style>
a { background-color: #8F02BB; }
a { background-color: rgb(143,2,187); }
div.DivClassName
{
background-color: #8F02BB;
}
.BgClassName
{
background-color: #8F02BB;
}
</style>
border-color css
<style>
span { border-color: #8F02BB; }
span { border-color: rgb(143,2,187); }
td.TdClassName
{
border-color: #8F02BB;
}
.TagClassName
{
border-color: #8F02BB;
}
</style>