Shades of Dark Violet #8805DA
Tints of Dark Violet #8805DA
RGB
CMYK
RGB Variations
Color information
#8805DA (or 0x8805DA) is known color: Dark Violet. HEX triplet: 88, 05 and DA. RGB value is (136,5,218). Sum of RGB (Red+Green+Blue) = 136+5+218=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 5 (2.34% from 255 or 1.39% from 359); Blue value is 218 (85.55% from 255 or 60.72% from 359); Max value from RGB is 218 - color contains mainly: blue. Hex color #8805DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8805DA is #77FA25. Grayscale: #434343. Windows color (decimal): -7862822 or 14288264. OLE color: 14288264.
HSL color Cylindrical-coordinate representation of color #8805DA: hue angle of 276.9º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8805DA is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 5 | 218 | - |
| CMYK | 0.38 | 0.98 | 0 | 0.15 |
| HSL | 276.9º | 0.96% | 0.44% | - |
| HSV(B) | 276.9º | 0.98% | 0.85% | - |
| XYZ | 22.86 | 10.4 | 67.13 | - |
| YUV | 68.45 | 212.4 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 5 | 218 | 0.38 | 0.98 | 0 | 0.15 | 276.9 | 0.96 | 0.44 |
| Hex | 88 | 5 | DA | 26 | 62 | 0 | F | 115 | 60 | 2C |
| Octal | 210 | 5 | 332 | 46 | 142 | 0 | 17 | 425 | 140 | 54 |
| Binary | 10001000 | 101 | 11011010 | 100110 | 1100010 | 0 | 1111 | 100010101 | 1100000 | 101100 |
Color Harmonies of #8805DA
Complementary color
Monochromatic Colors of #8805DA
Black with #8805DA
Text Example
Text Example
White with #8805DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8805DA; }
p { color: rgb(136,5,218); }
H1.HeaderClassName
{
color: #8805DA;
}
.AnyTagClassName
{
color: #8805DA;
}
</style>
background-color css
<style>
a { background-color: #8805DA; }
a { background-color: rgb(136,5,218); }
div.DivClassName
{
background-color: #8805DA;
}
.BgClassName
{
background-color: #8805DA;
}
</style>
border-color css
<style>
span { border-color: #8805DA; }
span { border-color: rgb(136,5,218); }
td.TdClassName
{
border-color: #8805DA;
}
.TagClassName
{
border-color: #8805DA;
}
</style>