Shades of Dark Violet #8C0FB0
Tints of Dark Violet #8C0FB0
RGB
CMYK
RGB Variations
Color information
#8C0FB0 (or 0x8C0FB0) is known color: Dark Violet. HEX triplet: 8C, 0F and B0. RGB value is (140,15,176). Sum of RGB (Red+Green+Blue) = 140+15+176=331 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.30% from 331); Green value is 15 (6.25% from 255 or 4.53% from 331); Blue value is 176 (69.14% from 255 or 53.17% from 331); Max value from RGB is 176 - color contains mainly: blue. Hex color #8C0FB0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0FB0 is #73F04F. Grayscale: #464646. Windows color (decimal): -7598160 or 11538316. OLE color: 11538316.
HSL color Cylindrical-coordinate representation of color #8C0FB0: hue angle of 286.58º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C0FB0 is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 15 | 176 | - |
| CMYK | 0.20 | 0.91 | 0 | 0.31 |
| HSL | 286.58º | 0.84% | 0.37% | - |
| HSV(B) | 286.58º | 0.91% | 0.69% | - |
| XYZ | 18.82 | 9.05 | 41.83 | - |
| YUV | 70.73 | 187.41 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 15 | 176 | 0.20 | 0.91 | 0 | 0.31 | 286.58 | 0.84 | 0.37 |
| Hex | 8C | F | B0 | 14 | 5B | 0 | 1F | 11F | 54 | 25 |
| Octal | 214 | 17 | 260 | 24 | 133 | 0 | 37 | 437 | 124 | 45 |
| Binary | 10001100 | 1111 | 10110000 | 10100 | 1011011 | 0 | 11111 | 100011111 | 1010100 | 100101 |
Color Harmonies of #8C0FB0
Complementary color
Monochromatic Colors of #8C0FB0
Black with #8C0FB0
Text Example
Text Example
White with #8C0FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0FB0; }
p { color: rgb(140,15,176); }
H1.HeaderClassName
{
color: #8C0FB0;
}
.AnyTagClassName
{
color: #8C0FB0;
}
</style>
background-color css
<style>
a { background-color: #8C0FB0; }
a { background-color: rgb(140,15,176); }
div.DivClassName
{
background-color: #8C0FB0;
}
.BgClassName
{
background-color: #8C0FB0;
}
</style>
border-color css
<style>
span { border-color: #8C0FB0; }
span { border-color: rgb(140,15,176); }
td.TdClassName
{
border-color: #8C0FB0;
}
.TagClassName
{
border-color: #8C0FB0;
}
</style>