Shades of Dark Violet #8800BD
Tints of Dark Violet #8800BD
RGB
CMYK
RGB Variations
Color information
#8800BD (or 0x8800BD) is known color: Dark Violet. HEX triplet: 88, 00 and BD. RGB value is (136,0,189). Sum of RGB (Red+Green+Blue) = 136+0+189=325 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.85% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 189 (74.22% from 255 or 58.15% from 325); Max value from RGB is 189 - color contains mainly: blue. Hex color #8800BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8800BD is #77FF42. Grayscale: #3D3D3D. Windows color (decimal): -7864131 or 12386440. OLE color: 12386440.
HSL color Cylindrical-coordinate representation of color #8800BD: hue angle of 283.17º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8800BD is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 0 | 189 | - |
| CMYK | 0.28 | 1 | 0 | 0.26 |
| HSL | 283.17º | 1% | 0.37% | - |
| HSV(B) | 283.17º | 1% | 0.74% | - |
| XYZ | 19.34 | 8.91 | 48.84 | - |
| YUV | 62.21 | 199.56 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 0 | 189 | 0.28 | 1 | 0 | 0.26 | 283.17 | 1 | 0.37 |
| Hex | 88 | 0 | BD | 1C | 64 | 0 | 1A | 11B | 64 | 25 |
| Octal | 210 | 0 | 275 | 34 | 144 | 0 | 32 | 433 | 144 | 45 |
| Binary | 10001000 | 0 | 10111101 | 11100 | 1100100 | 0 | 11010 | 100011011 | 1100100 | 100101 |
Color Harmonies of #8800BD
Complementary color
Monochromatic Colors of #8800BD
Black with #8800BD
Text Example
Text Example
White with #8800BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8800BD; }
p { color: rgb(136,0,189); }
H1.HeaderClassName
{
color: #8800BD;
}
.AnyTagClassName
{
color: #8800BD;
}
</style>
background-color css
<style>
a { background-color: #8800BD; }
a { background-color: rgb(136,0,189); }
div.DivClassName
{
background-color: #8800BD;
}
.BgClassName
{
background-color: #8800BD;
}
</style>
border-color css
<style>
span { border-color: #8800BD; }
span { border-color: rgb(136,0,189); }
td.TdClassName
{
border-color: #8800BD;
}
.TagClassName
{
border-color: #8800BD;
}
</style>