Shades of Dark Violet #8816CC
Tints of Dark Violet #8816CC
RGB
CMYK
RGB Variations
Color information
#8816CC (or 0x8816CC) is known color: Dark Violet. HEX triplet: 88, 16 and CC. RGB value is (136,22,204). Sum of RGB (Red+Green+Blue) = 136+22+204=362 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.57% from 362); Green value is 22 (8.98% from 255 or 6.08% from 362); Blue value is 204 (80.08% from 255 or 56.35% from 362); Max value from RGB is 204 - color contains mainly: blue. Hex color #8816CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8816CC is #77E933. Grayscale: #4C4C4C. Windows color (decimal): -7858484 or 13375112. OLE color: 13375112.
HSL color Cylindrical-coordinate representation of color #8816CC: hue angle of 277.58º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8816CC is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 22 | 204 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.2 |
| HSL | 277.58º | 0.81% | 0.44% | - |
| HSV(B) | 277.58º | 0.89% | 0.8% | - |
| XYZ | 21.34 | 10.17 | 57.96 | - |
| YUV | 76.83 | 199.77 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 22 | 204 | 0.33 | 0.89 | 0 | 0.2 | 277.58 | 0.81 | 0.44 |
| Hex | 88 | 16 | CC | 21 | 59 | 0 | 14 | 116 | 51 | 2C |
| Octal | 210 | 26 | 314 | 41 | 131 | 0 | 24 | 426 | 121 | 54 |
| Binary | 10001000 | 10110 | 11001100 | 100001 | 1011001 | 0 | 10100 | 100010110 | 1010001 | 101100 |
Color Harmonies of #8816CC
Complementary color
Monochromatic Colors of #8816CC
Black with #8816CC
Text Example
Text Example
White with #8816CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8816CC; }
p { color: rgb(136,22,204); }
H1.HeaderClassName
{
color: #8816CC;
}
.AnyTagClassName
{
color: #8816CC;
}
</style>
background-color css
<style>
a { background-color: #8816CC; }
a { background-color: rgb(136,22,204); }
div.DivClassName
{
background-color: #8816CC;
}
.BgClassName
{
background-color: #8816CC;
}
</style>
border-color css
<style>
span { border-color: #8816CC; }
span { border-color: rgb(136,22,204); }
td.TdClassName
{
border-color: #8816CC;
}
.TagClassName
{
border-color: #8816CC;
}
</style>