Shades of Dark Violet #8905DC
Tints of Dark Violet #8905DC
RGB
CMYK
RGB Variations
Color information
#8905DC (or 0x8905DC) is known color: Dark Violet. HEX triplet: 89, 05 and DC. RGB value is (137,5,220). Sum of RGB (Red+Green+Blue) = 137+5+220=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 5 (2.34% from 255 or 1.38% from 362); Blue value is 220 (86.33% from 255 or 60.77% from 362); Max value from RGB is 220 - color contains mainly: blue. Hex color #8905DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8905DC is #76FA23. Grayscale: #444444. Windows color (decimal): -7797284 or 14419337. OLE color: 14419337.
HSL color Cylindrical-coordinate representation of color #8905DC: hue angle of 276.84º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8905DC is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 5 | 220 | - |
| CMYK | 0.38 | 0.98 | 0 | 0.14 |
| HSL | 276.84º | 0.96% | 0.44% | - |
| HSV(B) | 276.84º | 0.98% | 0.86% | - |
| XYZ | 23.29 | 10.59 | 68.53 | - |
| YUV | 68.98 | 213.23 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 5 | 220 | 0.38 | 0.98 | 0 | 0.14 | 276.84 | 0.96 | 0.44 |
| Hex | 89 | 5 | DC | 26 | 62 | 0 | E | 115 | 60 | 2C |
| Octal | 211 | 5 | 334 | 46 | 142 | 0 | 16 | 425 | 140 | 54 |
| Binary | 10001001 | 101 | 11011100 | 100110 | 1100010 | 0 | 1110 | 100010101 | 1100000 | 101100 |
Color Harmonies of #8905DC
Complementary color
Monochromatic Colors of #8905DC
Black with #8905DC
Text Example
Text Example
White with #8905DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8905DC; }
p { color: rgb(137,5,220); }
H1.HeaderClassName
{
color: #8905DC;
}
.AnyTagClassName
{
color: #8905DC;
}
</style>
background-color css
<style>
a { background-color: #8905DC; }
a { background-color: rgb(137,5,220); }
div.DivClassName
{
background-color: #8905DC;
}
.BgClassName
{
background-color: #8905DC;
}
</style>
border-color css
<style>
span { border-color: #8905DC; }
span { border-color: rgb(137,5,220); }
td.TdClassName
{
border-color: #8905DC;
}
.TagClassName
{
border-color: #8905DC;
}
</style>