Shades of Dark Violet #8806BD
Tints of Dark Violet #8806BD
RGB
CMYK
RGB Variations
Color information
#8806BD (or 0x8806BD) is known color: Dark Violet. HEX triplet: 88, 06 and BD. RGB value is (136,6,189). Sum of RGB (Red+Green+Blue) = 136+6+189=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 6 (2.73% from 255 or 1.81% from 331); Blue value is 189 (74.22% from 255 or 57.10% from 331); Max value from RGB is 189 - color contains mainly: blue. Hex color #8806BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8806BD is #77F942. Grayscale: #414141. Windows color (decimal): -7862595 or 12387976. OLE color: 12387976.
HSL color Cylindrical-coordinate representation of color #8806BD: hue angle of 282.62º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8806BD is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 6 | 189 | - |
| CMYK | 0.28 | 0.97 | 0 | 0.26 |
| HSL | 282.62º | 0.94% | 0.38% | - |
| HSV(B) | 282.62º | 0.97% | 0.74% | - |
| XYZ | 19.4 | 9.04 | 48.87 | - |
| YUV | 65.73 | 197.57 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 6 | 189 | 0.28 | 0.97 | 0 | 0.26 | 282.62 | 0.94 | 0.38 |
| Hex | 88 | 6 | BD | 1C | 61 | 0 | 1A | 11B | 5E | 26 |
| Octal | 210 | 6 | 275 | 34 | 141 | 0 | 32 | 433 | 136 | 46 |
| Binary | 10001000 | 110 | 10111101 | 11100 | 1100001 | 0 | 11010 | 100011011 | 1011110 | 100110 |
Color Harmonies of #8806BD
Complementary color
Monochromatic Colors of #8806BD
Black with #8806BD
Text Example
Text Example
White with #8806BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8806BD; }
p { color: rgb(136,6,189); }
H1.HeaderClassName
{
color: #8806BD;
}
.AnyTagClassName
{
color: #8806BD;
}
</style>
background-color css
<style>
a { background-color: #8806BD; }
a { background-color: rgb(136,6,189); }
div.DivClassName
{
background-color: #8806BD;
}
.BgClassName
{
background-color: #8806BD;
}
</style>
border-color css
<style>
span { border-color: #8806BD; }
span { border-color: rgb(136,6,189); }
td.TdClassName
{
border-color: #8806BD;
}
.TagClassName
{
border-color: #8806BD;
}
</style>