Shades of Dark Violet #8900C9
Tints of Dark Violet #8900C9
RGB
CMYK
RGB Variations
Color information
#8900C9 (or 0x8900C9) is known color: Dark Violet. HEX triplet: 89, 00 and C9. RGB value is (137,0,201). Sum of RGB (Red+Green+Blue) = 137+0+201=338 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.53% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 201 (78.91% from 255 or 59.47% from 338); Max value from RGB is 201 - color contains mainly: blue. Hex color #8900C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8900C9 is #76FF36. Grayscale: #3F3F3F. Windows color (decimal): -7798583 or 13172873. OLE color: 13172873.
HSL color Cylindrical-coordinate representation of color #8900C9: hue angle of 280.9º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8900C9 is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 0 | 201 | - |
| CMYK | 0.32 | 1 | 0 | 0.21 |
| HSL | 280.9º | 1% | 0.39% | - |
| HSV(B) | 280.9º | 1% | 0.79% | - |
| XYZ | 20.86 | 9.54 | 56 | - |
| YUV | 63.88 | 205.39 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 0 | 201 | 0.32 | 1 | 0 | 0.21 | 280.9 | 1 | 0.39 |
| Hex | 89 | 0 | C9 | 20 | 64 | 0 | 15 | 119 | 64 | 27 |
| Octal | 211 | 0 | 311 | 40 | 144 | 0 | 25 | 431 | 144 | 47 |
| Binary | 10001001 | 0 | 11001001 | 100000 | 1100100 | 0 | 10101 | 100011001 | 1100100 | 100111 |
Color Harmonies of #8900C9
Complementary color
Monochromatic Colors of #8900C9
Black with #8900C9
Text Example
Text Example
White with #8900C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8900C9; }
p { color: rgb(137,0,201); }
H1.HeaderClassName
{
color: #8900C9;
}
.AnyTagClassName
{
color: #8900C9;
}
</style>
background-color css
<style>
a { background-color: #8900C9; }
a { background-color: rgb(137,0,201); }
div.DivClassName
{
background-color: #8900C9;
}
.BgClassName
{
background-color: #8900C9;
}
</style>
border-color css
<style>
span { border-color: #8900C9; }
span { border-color: rgb(137,0,201); }
td.TdClassName
{
border-color: #8900C9;
}
.TagClassName
{
border-color: #8900C9;
}
</style>