Shades of Dark Violet #8911CA
Tints of Dark Violet #8911CA
RGB
CMYK
RGB Variations
Color information
#8911CA (or 0x8911CA) is known color: Dark Violet. HEX triplet: 89, 11 and CA. RGB value is (137,17,202). Sum of RGB (Red+Green+Blue) = 137+17+202=356 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.48% from 356); Green value is 17 (7.03% from 255 or 4.78% from 356); Blue value is 202 (79.30% from 255 or 56.74% from 356); Max value from RGB is 202 - color contains mainly: blue. Hex color #8911CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8911CA is #76EE35. Grayscale: #494949. Windows color (decimal): -7794230 or 13242761. OLE color: 13242761.
HSL color Cylindrical-coordinate representation of color #8911CA: hue angle of 278.92º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8911CA is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 17 | 202 | - |
| CMYK | 0.32 | 0.92 | 0 | 0.21 |
| HSL | 278.92º | 0.84% | 0.43% | - |
| HSV(B) | 278.92º | 0.92% | 0.79% | - |
| XYZ | 21.18 | 9.98 | 56.69 | - |
| YUV | 73.97 | 200.26 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 17 | 202 | 0.32 | 0.92 | 0 | 0.21 | 278.92 | 0.84 | 0.43 |
| Hex | 89 | 11 | CA | 20 | 5C | 0 | 15 | 117 | 54 | 2B |
| Octal | 211 | 21 | 312 | 40 | 134 | 0 | 25 | 427 | 124 | 53 |
| Binary | 10001001 | 10001 | 11001010 | 100000 | 1011100 | 0 | 10101 | 100010111 | 1010100 | 101011 |
Color Harmonies of #8911CA
Complementary color
Monochromatic Colors of #8911CA
Black with #8911CA
Text Example
Text Example
White with #8911CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8911CA; }
p { color: rgb(137,17,202); }
H1.HeaderClassName
{
color: #8911CA;
}
.AnyTagClassName
{
color: #8911CA;
}
</style>
background-color css
<style>
a { background-color: #8911CA; }
a { background-color: rgb(137,17,202); }
div.DivClassName
{
background-color: #8911CA;
}
.BgClassName
{
background-color: #8911CA;
}
</style>
border-color css
<style>
span { border-color: #8911CA; }
span { border-color: rgb(137,17,202); }
td.TdClassName
{
border-color: #8911CA;
}
.TagClassName
{
border-color: #8911CA;
}
</style>