Shades of Dark Violet #8809ED
Tints of Dark Violet #8809ED
RGB
CMYK
RGB Variations
Color information
#8809ED (or 0x8809ED) is known color: Dark Violet. HEX triplet: 88, 09 and ED. RGB value is (136,9,237). Sum of RGB (Red+Green+Blue) = 136+9+237=382 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.60% from 382); Green value is 9 (3.91% from 255 or 2.36% from 382); Blue value is 237 (92.97% from 255 or 62.04% from 382); Max value from RGB is 237 - color contains mainly: blue. Hex color #8809ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8809ED is #77F612. Grayscale: #484848. Windows color (decimal): -7861779 or 15534472. OLE color: 15534472.
HSL color Cylindrical-coordinate representation of color #8809ED: hue angle of 273.42º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8809ED is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 9 | 237 | - |
| CMYK | 0.43 | 0.96 | 0 | 0.07 |
| HSL | 273.42º | 0.93% | 0.48% | - |
| HSV(B) | 273.42º | 0.96% | 0.93% | - |
| XYZ | 25.54 | 11.54 | 81 | - |
| YUV | 72.97 | 220.58 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 9 | 237 | 0.43 | 0.96 | 0 | 0.07 | 273.42 | 0.93 | 0.48 |
| Hex | 88 | 9 | ED | 2B | 60 | 0 | 7 | 111 | 5D | 30 |
| Octal | 210 | 11 | 355 | 53 | 140 | 0 | 7 | 421 | 135 | 60 |
| Binary | 10001000 | 1001 | 11101101 | 101011 | 1100000 | 0 | 111 | 100010001 | 1011101 | 110000 |
Color Harmonies of #8809ED
Complementary color
Monochromatic Colors of #8809ED
Black with #8809ED
Text Example
Text Example
White with #8809ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8809ED; }
p { color: rgb(136,9,237); }
H1.HeaderClassName
{
color: #8809ED;
}
.AnyTagClassName
{
color: #8809ED;
}
</style>
background-color css
<style>
a { background-color: #8809ED; }
a { background-color: rgb(136,9,237); }
div.DivClassName
{
background-color: #8809ED;
}
.BgClassName
{
background-color: #8809ED;
}
</style>
border-color css
<style>
span { border-color: #8809ED; }
span { border-color: rgb(136,9,237); }
td.TdClassName
{
border-color: #8809ED;
}
.TagClassName
{
border-color: #8809ED;
}
</style>