Shades of Dark Violet #8800BB
Tints of Dark Violet #8800BB
RGB
CMYK
RGB Variations
Color information
#8800BB (or 0x8800BB) is known color: Dark Violet. HEX triplet: 88, 00 and BB. RGB value is (136,0,187). Sum of RGB (Red+Green+Blue) = 136+0+187=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 187 (73.44% from 255 or 57.89% from 323); Max value from RGB is 187 - color contains mainly: blue. Hex color #8800BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8800BB is #77FF44. Grayscale: #3D3D3D. Windows color (decimal): -7864133 or 12255368. OLE color: 12255368.
HSL color Cylindrical-coordinate representation of color #8800BB: hue angle of 283.64º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8800BB is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 0 | 187 | - |
| CMYK | 0.27 | 1 | 0 | 0.27 |
| HSL | 283.64º | 1% | 0.37% | - |
| HSV(B) | 283.64º | 1% | 0.73% | - |
| XYZ | 19.12 | 8.82 | 47.71 | - |
| YUV | 61.98 | 198.56 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 0 | 187 | 0.27 | 1 | 0 | 0.27 | 283.64 | 1 | 0.37 |
| Hex | 88 | 0 | BB | 1B | 64 | 0 | 1B | 11C | 64 | 25 |
| Octal | 210 | 0 | 273 | 33 | 144 | 0 | 33 | 434 | 144 | 45 |
| Binary | 10001000 | 0 | 10111011 | 11011 | 1100100 | 0 | 11011 | 100011100 | 1100100 | 100101 |
Color Harmonies of #8800BB
Complementary color
Monochromatic Colors of #8800BB
Black with #8800BB
Text Example
Text Example
White with #8800BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8800BB; }
p { color: rgb(136,0,187); }
H1.HeaderClassName
{
color: #8800BB;
}
.AnyTagClassName
{
color: #8800BB;
}
</style>
background-color css
<style>
a { background-color: #8800BB; }
a { background-color: rgb(136,0,187); }
div.DivClassName
{
background-color: #8800BB;
}
.BgClassName
{
background-color: #8800BB;
}
</style>
border-color css
<style>
span { border-color: #8800BB; }
span { border-color: rgb(136,0,187); }
td.TdClassName
{
border-color: #8800BB;
}
.TagClassName
{
border-color: #8800BB;
}
</style>