Shades of Dark Violet #8F0BCB
Tints of Dark Violet #8F0BCB
RGB
CMYK
RGB Variations
Color information
#8F0BCB (or 0x8F0BCB) is known color: Dark Violet. HEX triplet: 8F, 0B and CB. RGB value is (143,11,203). Sum of RGB (Red+Green+Blue) = 143+11+203=357 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.06% from 357); Green value is 11 (4.69% from 255 or 3.08% from 357); Blue value is 203 (79.69% from 255 or 56.86% from 357); Max value from RGB is 203 - color contains mainly: blue. Hex color #8F0BCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0BCB is #70F434. Grayscale: #474747. Windows color (decimal): -7402549 or 13306767. OLE color: 13306767.
HSL color Cylindrical-coordinate representation of color #8F0BCB: hue angle of 281.25º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8F0BCB is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 11 | 203 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.20 |
| HSL | 281.25º | 0.9% | 0.42% | - |
| HSV(B) | 281.25º | 0.95% | 0.8% | - |
| XYZ | 22.23 | 10.39 | 57.33 | - |
| YUV | 72.36 | 201.73 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 11 | 203 | 0.30 | 0.95 | 0 | 0.20 | 281.25 | 0.9 | 0.42 |
| Hex | 8F | B | CB | 1E | 5F | 0 | 14 | 119 | 5A | 2A |
| Octal | 217 | 13 | 313 | 36 | 137 | 0 | 24 | 431 | 132 | 52 |
| Binary | 10001111 | 1011 | 11001011 | 11110 | 1011111 | 0 | 10100 | 100011001 | 1011010 | 101010 |
Color Harmonies of #8F0BCB
Complementary color
Monochromatic Colors of #8F0BCB
Black with #8F0BCB
Text Example
Text Example
White with #8F0BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0BCB; }
p { color: rgb(143,11,203); }
H1.HeaderClassName
{
color: #8F0BCB;
}
.AnyTagClassName
{
color: #8F0BCB;
}
</style>
background-color css
<style>
a { background-color: #8F0BCB; }
a { background-color: rgb(143,11,203); }
div.DivClassName
{
background-color: #8F0BCB;
}
.BgClassName
{
background-color: #8F0BCB;
}
</style>
border-color css
<style>
span { border-color: #8F0BCB; }
span { border-color: rgb(143,11,203); }
td.TdClassName
{
border-color: #8F0BCB;
}
.TagClassName
{
border-color: #8F0BCB;
}
</style>