Shades of Dark Violet #8908DD
Tints of Dark Violet #8908DD
RGB
CMYK
RGB Variations
Color information
#8908DD (or 0x8908DD) is known color: Dark Violet. HEX triplet: 89, 08 and DD. RGB value is (137,8,221). Sum of RGB (Red+Green+Blue) = 137+8+221=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 8 (3.52% from 255 or 2.19% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #8908DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8908DD is #76F722. Grayscale: #464646. Windows color (decimal): -7796515 or 14485641. OLE color: 14485641.
HSL color Cylindrical-coordinate representation of color #8908DD: hue angle of 276.34º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8908DD is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 8 | 221 | - |
| CMYK | 0.38 | 0.96 | 0 | 0.13 |
| HSL | 276.34º | 0.93% | 0.45% | - |
| HSV(B) | 276.34º | 0.96% | 0.87% | - |
| XYZ | 23.45 | 10.71 | 69.24 | - |
| YUV | 70.85 | 212.74 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 8 | 221 | 0.38 | 0.96 | 0 | 0.13 | 276.34 | 0.93 | 0.45 |
| Hex | 89 | 8 | DD | 26 | 60 | 0 | D | 114 | 5D | 2D |
| Octal | 211 | 10 | 335 | 46 | 140 | 0 | 15 | 424 | 135 | 55 |
| Binary | 10001001 | 1000 | 11011101 | 100110 | 1100000 | 0 | 1101 | 100010100 | 1011101 | 101101 |
Color Harmonies of #8908DD
Complementary color
Monochromatic Colors of #8908DD
Black with #8908DD
Text Example
Text Example
White with #8908DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8908DD; }
p { color: rgb(137,8,221); }
H1.HeaderClassName
{
color: #8908DD;
}
.AnyTagClassName
{
color: #8908DD;
}
</style>
background-color css
<style>
a { background-color: #8908DD; }
a { background-color: rgb(137,8,221); }
div.DivClassName
{
background-color: #8908DD;
}
.BgClassName
{
background-color: #8908DD;
}
</style>
border-color css
<style>
span { border-color: #8908DD; }
span { border-color: rgb(137,8,221); }
td.TdClassName
{
border-color: #8908DD;
}
.TagClassName
{
border-color: #8908DD;
}
</style>