Shades of Dark Violet #8908CA
Tints of Dark Violet #8908CA
RGB
CMYK
RGB Variations
Color information
#8908CA (or 0x8908CA) is known color: Dark Violet. HEX triplet: 89, 08 and CA. RGB value is (137,8,202). Sum of RGB (Red+Green+Blue) = 137+8+202=347 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.48% from 347); Green value is 8 (3.52% from 255 or 2.31% from 347); Blue value is 202 (79.30% from 255 or 58.21% from 347); Max value from RGB is 202 - color contains mainly: blue. Hex color #8908CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8908CA is #76F735. Grayscale: #444444. Windows color (decimal): -7796534 or 13240457. OLE color: 13240457.
HSL color Cylindrical-coordinate representation of color #8908CA: hue angle of 279.9º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8908CA is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 8 | 202 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.21 |
| HSL | 279.9º | 0.92% | 0.41% | - |
| HSV(B) | 279.9º | 0.96% | 0.79% | - |
| XYZ | 21.06 | 9.76 | 56.65 | - |
| YUV | 68.69 | 203.24 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 8 | 202 | 0.32 | 0.96 | 0 | 0.21 | 279.9 | 0.92 | 0.41 |
| Hex | 89 | 8 | CA | 20 | 60 | 0 | 15 | 118 | 5C | 29 |
| Octal | 211 | 10 | 312 | 40 | 140 | 0 | 25 | 430 | 134 | 51 |
| Binary | 10001001 | 1000 | 11001010 | 100000 | 1100000 | 0 | 10101 | 100011000 | 1011100 | 101001 |
Color Harmonies of #8908CA
Complementary color
Monochromatic Colors of #8908CA
Black with #8908CA
Text Example
Text Example
White with #8908CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8908CA; }
p { color: rgb(137,8,202); }
H1.HeaderClassName
{
color: #8908CA;
}
.AnyTagClassName
{
color: #8908CA;
}
</style>
background-color css
<style>
a { background-color: #8908CA; }
a { background-color: rgb(137,8,202); }
div.DivClassName
{
background-color: #8908CA;
}
.BgClassName
{
background-color: #8908CA;
}
</style>
border-color css
<style>
span { border-color: #8908CA; }
span { border-color: rgb(137,8,202); }
td.TdClassName
{
border-color: #8908CA;
}
.TagClassName
{
border-color: #8908CA;
}
</style>