Shades of Dark Violet #8F05CB
Tints of Dark Violet #8F05CB
RGB
CMYK
RGB Variations
Color information
#8F05CB (or 0x8F05CB) is known color: Dark Violet. HEX triplet: 8F, 05 and CB. RGB value is (143,5,203). Sum of RGB (Red+Green+Blue) = 143+5+203=351 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.74% from 351); Green value is 5 (2.34% from 255 or 1.42% from 351); Blue value is 203 (79.69% from 255 or 57.83% from 351); Max value from RGB is 203 - color contains mainly: blue. Hex color #8F05CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F05CB is #70FA34. Grayscale: #444444. Windows color (decimal): -7404085 or 13305231. OLE color: 13305231.
HSL color Cylindrical-coordinate representation of color #8F05CB: hue angle of 281.82º degrees, saturation: 0.95, 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 #8F05CB is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 5 | 203 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.20 |
| HSL | 281.82º | 0.95% | 0.41% | - |
| HSV(B) | 281.82º | 0.98% | 0.8% | - |
| XYZ | 22.16 | 10.26 | 57.31 | - |
| YUV | 68.83 | 203.72 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 5 | 203 | 0.30 | 0.98 | 0 | 0.20 | 281.82 | 0.95 | 0.41 |
| Hex | 8F | 5 | CB | 1E | 62 | 0 | 14 | 11A | 5F | 29 |
| Octal | 217 | 5 | 313 | 36 | 142 | 0 | 24 | 432 | 137 | 51 |
| Binary | 10001111 | 101 | 11001011 | 11110 | 1100010 | 0 | 10100 | 100011010 | 1011111 | 101001 |
Color Harmonies of #8F05CB
Complementary color
Monochromatic Colors of #8F05CB
Black with #8F05CB
Text Example
Text Example
White with #8F05CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F05CB; }
p { color: rgb(143,5,203); }
H1.HeaderClassName
{
color: #8F05CB;
}
.AnyTagClassName
{
color: #8F05CB;
}
</style>
background-color css
<style>
a { background-color: #8F05CB; }
a { background-color: rgb(143,5,203); }
div.DivClassName
{
background-color: #8F05CB;
}
.BgClassName
{
background-color: #8F05CB;
}
</style>
border-color css
<style>
span { border-color: #8F05CB; }
span { border-color: rgb(143,5,203); }
td.TdClassName
{
border-color: #8F05CB;
}
.TagClassName
{
border-color: #8F05CB;
}
</style>