Shades of Dark Violet #8C0BBE
Tints of Dark Violet #8C0BBE
RGB
CMYK
RGB Variations
Color information
#8C0BBE (or 0x8C0BBE) is known color: Dark Violet. HEX triplet: 8C, 0B and BE. RGB value is (140,11,190). Sum of RGB (Red+Green+Blue) = 140+11+190=341 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.06% from 341); Green value is 11 (4.69% from 255 or 3.23% from 341); Blue value is 190 (74.61% from 255 or 55.72% from 341); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C0BBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C0BBE is #73F441. Grayscale: #454545. Windows color (decimal): -7599170 or 12454796. OLE color: 12454796.
HSL color Cylindrical-coordinate representation of color #8C0BBE: hue angle of 283.24º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C0BBE is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 11 | 190 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.25 |
| HSL | 283.24º | 0.89% | 0.39% | - |
| HSV(B) | 283.24º | 0.94% | 0.75% | - |
| XYZ | 20.23 | 9.53 | 49.49 | - |
| YUV | 69.98 | 195.74 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 11 | 190 | 0.26 | 0.94 | 0 | 0.25 | 283.24 | 0.89 | 0.39 |
| Hex | 8C | B | BE | 1A | 5E | 0 | 19 | 11B | 59 | 27 |
| Octal | 214 | 13 | 276 | 32 | 136 | 0 | 31 | 433 | 131 | 47 |
| Binary | 10001100 | 1011 | 10111110 | 11010 | 1011110 | 0 | 11001 | 100011011 | 1011001 | 100111 |
Color Harmonies of #8C0BBE
Complementary color
Monochromatic Colors of #8C0BBE
Black with #8C0BBE
Text Example
Text Example
White with #8C0BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0BBE; }
p { color: rgb(140,11,190); }
H1.HeaderClassName
{
color: #8C0BBE;
}
.AnyTagClassName
{
color: #8C0BBE;
}
</style>
background-color css
<style>
a { background-color: #8C0BBE; }
a { background-color: rgb(140,11,190); }
div.DivClassName
{
background-color: #8C0BBE;
}
.BgClassName
{
background-color: #8C0BBE;
}
</style>
border-color css
<style>
span { border-color: #8C0BBE; }
span { border-color: rgb(140,11,190); }
td.TdClassName
{
border-color: #8C0BBE;
}
.TagClassName
{
border-color: #8C0BBE;
}
</style>