Shades of Dark Violet #8800B5
Tints of Dark Violet #8800B5
RGB
CMYK
RGB Variations
Color information
#8800B5 (or 0x8800B5) is known color: Dark Violet. HEX triplet: 88, 00 and B5. RGB value is (136,0,181). Sum of RGB (Red+Green+Blue) = 136+0+181=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 181 (71.09% from 255 or 57.10% from 317); Max value from RGB is 181 - color contains mainly: blue. Hex color #8800B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8800B5 is #77FF4A. Grayscale: #3C3C3C. Windows color (decimal): -7864139 or 11862152. OLE color: 11862152.
HSL color Cylindrical-coordinate representation of color #8800B5: hue angle of 285.08º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8800B5 is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 0 | 181 | - |
| CMYK | 0.25 | 1 | 0 | 0.29 |
| HSL | 285.08º | 1% | 0.35% | - |
| HSV(B) | 285.08º | 1% | 0.71% | - |
| XYZ | 18.49 | 8.57 | 44.4 | - |
| YUV | 61.3 | 195.56 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 0 | 181 | 0.25 | 1 | 0 | 0.29 | 285.08 | 1 | 0.35 |
| Hex | 88 | 0 | B5 | 19 | 64 | 0 | 1D | 11D | 64 | 23 |
| Octal | 210 | 0 | 265 | 31 | 144 | 0 | 35 | 435 | 144 | 43 |
| Binary | 10001000 | 0 | 10110101 | 11001 | 1100100 | 0 | 11101 | 100011101 | 1100100 | 100011 |
Color Harmonies of #8800B5
Complementary color
Monochromatic Colors of #8800B5
Black with #8800B5
Text Example
Text Example
White with #8800B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8800B5; }
p { color: rgb(136,0,181); }
H1.HeaderClassName
{
color: #8800B5;
}
.AnyTagClassName
{
color: #8800B5;
}
</style>
background-color css
<style>
a { background-color: #8800B5; }
a { background-color: rgb(136,0,181); }
div.DivClassName
{
background-color: #8800B5;
}
.BgClassName
{
background-color: #8800B5;
}
</style>
border-color css
<style>
span { border-color: #8800B5; }
span { border-color: rgb(136,0,181); }
td.TdClassName
{
border-color: #8800B5;
}
.TagClassName
{
border-color: #8800B5;
}
</style>