Shades of Dark Violet #8800B1
Tints of Dark Violet #8800B1
RGB
CMYK
RGB Variations
Color information
#8800B1 (or 0x8800B1) is known color: Dark Violet. HEX triplet: 88, 00 and B1. RGB value is (136,0,177). Sum of RGB (Red+Green+Blue) = 136+0+177=313 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.45% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 177 (69.53% from 255 or 56.55% from 313); Max value from RGB is 177 - color contains mainly: blue. Hex color #8800B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8800B1 is #77FF4E. Grayscale: #3C3C3C. Windows color (decimal): -7864143 or 11600008. OLE color: 11600008.
HSL color Cylindrical-coordinate representation of color #8800B1: hue angle of 286.1º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8800B1 is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 0 | 177 | - |
| CMYK | 0.23 | 1 | 0 | 0.31 |
| HSL | 286.1º | 1% | 0.35% | - |
| HSV(B) | 286.1º | 1% | 0.69% | - |
| XYZ | 18.09 | 8.41 | 42.26 | - |
| YUV | 60.84 | 193.56 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 0 | 177 | 0.23 | 1 | 0 | 0.31 | 286.1 | 1 | 0.35 |
| Hex | 88 | 0 | B1 | 17 | 64 | 0 | 1F | 11E | 64 | 23 |
| Octal | 210 | 0 | 261 | 27 | 144 | 0 | 37 | 436 | 144 | 43 |
| Binary | 10001000 | 0 | 10110001 | 10111 | 1100100 | 0 | 11111 | 100011110 | 1100100 | 100011 |
Color Harmonies of #8800B1
Complementary color
Monochromatic Colors of #8800B1
Black with #8800B1
Text Example
Text Example
White with #8800B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8800B1; }
p { color: rgb(136,0,177); }
H1.HeaderClassName
{
color: #8800B1;
}
.AnyTagClassName
{
color: #8800B1;
}
</style>
background-color css
<style>
a { background-color: #8800B1; }
a { background-color: rgb(136,0,177); }
div.DivClassName
{
background-color: #8800B1;
}
.BgClassName
{
background-color: #8800B1;
}
</style>
border-color css
<style>
span { border-color: #8800B1; }
span { border-color: rgb(136,0,177); }
td.TdClassName
{
border-color: #8800B1;
}
.TagClassName
{
border-color: #8800B1;
}
</style>