Shades of Dark Violet #8913CA
Tints of Dark Violet #8913CA
RGB
CMYK
RGB Variations
Color information
#8913CA (or 0x8913CA) is known color: Dark Violet. HEX triplet: 89, 13 and CA. RGB value is (137,19,202). Sum of RGB (Red+Green+Blue) = 137+19+202=358 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.27% from 358); Green value is 19 (7.81% from 255 or 5.31% from 358); Blue value is 202 (79.30% from 255 or 56.42% from 358); Max value from RGB is 202 - color contains mainly: blue. Hex color #8913CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8913CA is #76EC35. Grayscale: #4A4A4A. Windows color (decimal): -7793718 or 13243273. OLE color: 13243273.
HSL color Cylindrical-coordinate representation of color #8913CA: hue angle of 278.69º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8913CA is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 19 | 202 | - |
| CMYK | 0.32 | 0.91 | 0 | 0.21 |
| HSL | 278.69º | 0.83% | 0.43% | - |
| HSV(B) | 278.69º | 0.91% | 0.79% | - |
| XYZ | 21.21 | 10.05 | 56.7 | - |
| YUV | 75.14 | 199.59 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 19 | 202 | 0.32 | 0.91 | 0 | 0.21 | 278.69 | 0.83 | 0.43 |
| Hex | 89 | 13 | CA | 20 | 5B | 0 | 15 | 117 | 53 | 2B |
| Octal | 211 | 23 | 312 | 40 | 133 | 0 | 25 | 427 | 123 | 53 |
| Binary | 10001001 | 10011 | 11001010 | 100000 | 1011011 | 0 | 10101 | 100010111 | 1010011 | 101011 |
Color Harmonies of #8913CA
Complementary color
Monochromatic Colors of #8913CA
Black with #8913CA
Text Example
Text Example
White with #8913CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8913CA; }
p { color: rgb(137,19,202); }
H1.HeaderClassName
{
color: #8913CA;
}
.AnyTagClassName
{
color: #8913CA;
}
</style>
background-color css
<style>
a { background-color: #8913CA; }
a { background-color: rgb(137,19,202); }
div.DivClassName
{
background-color: #8913CA;
}
.BgClassName
{
background-color: #8913CA;
}
</style>
border-color css
<style>
span { border-color: #8913CA; }
span { border-color: rgb(137,19,202); }
td.TdClassName
{
border-color: #8913CA;
}
.TagClassName
{
border-color: #8913CA;
}
</style>