Shades of Dark Violet #8800BC
Tints of Dark Violet #8800BC
RGB
CMYK
RGB Variations
Color information
#8800BC (or 0x8800BC) is known color: Dark Violet. HEX triplet: 88, 00 and BC. RGB value is (136,0,188). Sum of RGB (Red+Green+Blue) = 136+0+188=324 (42% of max value = 765). Red value is 136 (53.52% from 255 or 41.98% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 188 (73.83% from 255 or 58.02% from 324); Max value from RGB is 188 - color contains mainly: blue. Hex color #8800BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8800BC is #77FF43. Grayscale: #3D3D3D. Windows color (decimal): -7864132 or 12320904. OLE color: 12320904.
HSL color Cylindrical-coordinate representation of color #8800BC: hue angle of 283.4º 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 #8800BC is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 0 | 188 | - |
| CMYK | 0.28 | 1 | 0 | 0.26 |
| HSL | 283.4º | 1% | 0.37% | - |
| HSV(B) | 283.4º | 1% | 0.74% | - |
| XYZ | 19.23 | 8.87 | 48.27 | - |
| YUV | 62.1 | 199.06 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 0 | 188 | 0.28 | 1 | 0 | 0.26 | 283.4 | 1 | 0.37 |
| Hex | 88 | 0 | BC | 1C | 64 | 0 | 1A | 11B | 64 | 25 |
| Octal | 210 | 0 | 274 | 34 | 144 | 0 | 32 | 433 | 144 | 45 |
| Binary | 10001000 | 0 | 10111100 | 11100 | 1100100 | 0 | 11010 | 100011011 | 1100100 | 100101 |
Color Harmonies of #8800BC
Complementary color
Monochromatic Colors of #8800BC
Black with #8800BC
Text Example
Text Example
White with #8800BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8800BC; }
p { color: rgb(136,0,188); }
H1.HeaderClassName
{
color: #8800BC;
}
.AnyTagClassName
{
color: #8800BC;
}
</style>
background-color css
<style>
a { background-color: #8800BC; }
a { background-color: rgb(136,0,188); }
div.DivClassName
{
background-color: #8800BC;
}
.BgClassName
{
background-color: #8800BC;
}
</style>
border-color css
<style>
span { border-color: #8800BC; }
span { border-color: rgb(136,0,188); }
td.TdClassName
{
border-color: #8800BC;
}
.TagClassName
{
border-color: #8800BC;
}
</style>