Shades of Dark Violet #8F04CB
Tints of Dark Violet #8F04CB
RGB
CMYK
RGB Variations
Color information
#8F04CB (or 0x8F04CB) is known color: Dark Violet. HEX triplet: 8F, 04 and CB. RGB value is (143,4,203). Sum of RGB (Red+Green+Blue) = 143+4+203=350 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.86% from 350); Green value is 4 (1.95% from 255 or 1.14% from 350); Blue value is 203 (79.69% from 255 or 58% from 350); Max value from RGB is 203 - color contains mainly: blue. Hex color #8F04CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F04CB is #70FB34. Grayscale: #434343. Windows color (decimal): -7404341 or 13304975. OLE color: 13304975.
HSL color Cylindrical-coordinate representation of color #8F04CB: hue angle of 281.91º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8F04CB is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 4 | 203 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.20 |
| HSL | 281.91º | 0.96% | 0.41% | - |
| HSV(B) | 281.91º | 0.98% | 0.8% | - |
| XYZ | 22.15 | 10.24 | 57.31 | - |
| YUV | 68.25 | 204.05 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 4 | 203 | 0.30 | 0.98 | 0 | 0.20 | 281.91 | 0.96 | 0.41 |
| Hex | 8F | 4 | CB | 1E | 62 | 0 | 14 | 11A | 60 | 29 |
| Octal | 217 | 4 | 313 | 36 | 142 | 0 | 24 | 432 | 140 | 51 |
| Binary | 10001111 | 100 | 11001011 | 11110 | 1100010 | 0 | 10100 | 100011010 | 1100000 | 101001 |
Color Harmonies of #8F04CB
Complementary color
Monochromatic Colors of #8F04CB
Black with #8F04CB
Text Example
Text Example
White with #8F04CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F04CB; }
p { color: rgb(143,4,203); }
H1.HeaderClassName
{
color: #8F04CB;
}
.AnyTagClassName
{
color: #8F04CB;
}
</style>
background-color css
<style>
a { background-color: #8F04CB; }
a { background-color: rgb(143,4,203); }
div.DivClassName
{
background-color: #8F04CB;
}
.BgClassName
{
background-color: #8F04CB;
}
</style>
border-color css
<style>
span { border-color: #8F04CB; }
span { border-color: rgb(143,4,203); }
td.TdClassName
{
border-color: #8F04CB;
}
.TagClassName
{
border-color: #8F04CB;
}
</style>