Shades of Dark Violet #8800CC
Tints of Dark Violet #8800CC
RGB
CMYK
RGB Variations
Color information
#8800CC (or 0x8800CC) is known color: Dark Violet. HEX triplet: 88, 00 and CC. RGB value is (136,0,204). Sum of RGB (Red+Green+Blue) = 136+0+204=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 204 (80.08% from 255 or 60% from 340); Max value from RGB is 204 - color contains mainly: blue. Hex color #8800CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8800CC is #77FF33. Grayscale: #3F3F3F. Windows color (decimal): -7864116 or 13369480. OLE color: 13369480.
HSL color Cylindrical-coordinate representation of color #8800CC: hue angle of 280º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8800CC is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 0 | 204 | - |
| CMYK | 0.33 | 1 | 0 | 0.2 |
| HSL | 280º | 1% | 0.4% | - |
| HSV(B) | 280º | 1% | 0.8% | - |
| XYZ | 21.05 | 9.59 | 57.87 | - |
| YUV | 63.92 | 207.06 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 0 | 204 | 0.33 | 1 | 0 | 0.2 | 280 | 1 | 0.4 |
| Hex | 88 | 0 | CC | 21 | 64 | 0 | 14 | 118 | 64 | 28 |
| Octal | 210 | 0 | 314 | 41 | 144 | 0 | 24 | 430 | 144 | 50 |
| Binary | 10001000 | 0 | 11001100 | 100001 | 1100100 | 0 | 10100 | 100011000 | 1100100 | 101000 |
Color Harmonies of #8800CC
Complementary color
Monochromatic Colors of #8800CC
Black with #8800CC
Text Example
Text Example
White with #8800CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8800CC; }
p { color: rgb(136,0,204); }
H1.HeaderClassName
{
color: #8800CC;
}
.AnyTagClassName
{
color: #8800CC;
}
</style>
background-color css
<style>
a { background-color: #8800CC; }
a { background-color: rgb(136,0,204); }
div.DivClassName
{
background-color: #8800CC;
}
.BgClassName
{
background-color: #8800CC;
}
</style>
border-color css
<style>
span { border-color: #8800CC; }
span { border-color: rgb(136,0,204); }
td.TdClassName
{
border-color: #8800CC;
}
.TagClassName
{
border-color: #8800CC;
}
</style>