Shades of Dark Violet #8803CD
Tints of Dark Violet #8803CD
RGB
CMYK
RGB Variations
Color information
#8803CD (or 0x8803CD) is known color: Dark Violet. HEX triplet: 88, 03 and CD. RGB value is (136,3,205). Sum of RGB (Red+Green+Blue) = 136+3+205=344 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.53% from 344); Green value is 3 (1.56% from 255 or 0.87% from 344); Blue value is 205 (80.47% from 255 or 59.59% from 344); Max value from RGB is 205 - color contains mainly: blue. Hex color #8803CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8803CD is #77FC32. Grayscale: #414141. Windows color (decimal): -7863347 or 13435784. OLE color: 13435784.
HSL color Cylindrical-coordinate representation of color #8803CD: hue angle of 279.5º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8803CD is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 3 | 205 | - |
| CMYK | 0.34 | 0.99 | 0 | 0.20 |
| HSL | 279.5º | 0.97% | 0.41% | - |
| HSV(B) | 279.5º | 0.99% | 0.8% | - |
| XYZ | 21.21 | 9.71 | 58.51 | - |
| YUV | 65.8 | 206.56 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 3 | 205 | 0.34 | 0.99 | 0 | 0.20 | 279.5 | 0.97 | 0.41 |
| Hex | 88 | 3 | CD | 22 | 63 | 0 | 14 | 118 | 61 | 29 |
| Octal | 210 | 3 | 315 | 42 | 143 | 0 | 24 | 430 | 141 | 51 |
| Binary | 10001000 | 11 | 11001101 | 100010 | 1100011 | 0 | 10100 | 100011000 | 1100001 | 101001 |
Color Harmonies of #8803CD
Complementary color
Monochromatic Colors of #8803CD
Black with #8803CD
Text Example
Text Example
White with #8803CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8803CD; }
p { color: rgb(136,3,205); }
H1.HeaderClassName
{
color: #8803CD;
}
.AnyTagClassName
{
color: #8803CD;
}
</style>
background-color css
<style>
a { background-color: #8803CD; }
a { background-color: rgb(136,3,205); }
div.DivClassName
{
background-color: #8803CD;
}
.BgClassName
{
background-color: #8803CD;
}
</style>
border-color css
<style>
span { border-color: #8803CD; }
span { border-color: rgb(136,3,205); }
td.TdClassName
{
border-color: #8803CD;
}
.TagClassName
{
border-color: #8803CD;
}
</style>