Shades of Dark Violet #8810B2
Tints of Dark Violet #8810B2
RGB
CMYK
RGB Variations
Color information
#8810B2 (or 0x8810B2) is known color: Dark Violet. HEX triplet: 88, 10 and B2. RGB value is (136,16,178). Sum of RGB (Red+Green+Blue) = 136+16+178=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 178 (69.92% from 255 or 53.94% from 330); Max value from RGB is 178 - color contains mainly: blue. Hex color #8810B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8810B2 is #77EF4D. Grayscale: #454545. Windows color (decimal): -7860046 or 11669640. OLE color: 11669640.
HSL color Cylindrical-coordinate representation of color #8810B2: hue angle of 284.44º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8810B2 is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 136 | 16 | 178 | - |
| CMYK | 0.24 | 0.91 | 0 | 0.30 |
| HSL | 284.44º | 0.84% | 0.38% | - |
| HSV(B) | 284.44º | 0.91% | 0.7% | - |
| XYZ | 18.37 | 8.82 | 42.85 | - |
| YUV | 70.35 | 188.76 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 16 | 178 | 0.24 | 0.91 | 0 | 0.30 | 284.44 | 0.84 | 0.38 |
| Hex | 88 | 10 | B2 | 18 | 5B | 0 | 1E | 11C | 54 | 26 |
| Octal | 210 | 20 | 262 | 30 | 133 | 0 | 36 | 434 | 124 | 46 |
| Binary | 10001000 | 10000 | 10110010 | 11000 | 1011011 | 0 | 11110 | 100011100 | 1010100 | 100110 |
Color Harmonies of #8810B2
Complementary color
Monochromatic Colors of #8810B2
Black with #8810B2
Text Example
Text Example
White with #8810B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8810B2; }
p { color: rgb(136,16,178); }
H1.HeaderClassName
{
color: #8810B2;
}
.AnyTagClassName
{
color: #8810B2;
}
</style>
background-color css
<style>
a { background-color: #8810B2; }
a { background-color: rgb(136,16,178); }
div.DivClassName
{
background-color: #8810B2;
}
.BgClassName
{
background-color: #8810B2;
}
</style>
border-color css
<style>
span { border-color: #8810B2; }
span { border-color: rgb(136,16,178); }
td.TdClassName
{
border-color: #8810B2;
}
.TagClassName
{
border-color: #8810B2;
}
</style>