Shades of Dark Violet #9213CA
Tints of Dark Violet #9213CA
RGB
CMYK
RGB Variations
Color information
#9213CA (or 0x9213CA) is known color: Dark Violet. HEX triplet: 92, 13 and CA. RGB value is (146,19,202). Sum of RGB (Red+Green+Blue) = 146+19+202=367 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.78% from 367); Green value is 19 (7.81% from 255 or 5.18% from 367); Blue value is 202 (79.30% from 255 or 55.04% from 367); Max value from RGB is 202 - color contains mainly: blue. Hex color #9213CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9213CA is #6DEC35. Grayscale: #4D4D4D. Windows color (decimal): -7203894 or 13243282. OLE color: 13243282.
HSL color Cylindrical-coordinate representation of color #9213CA: hue angle of 281.64º 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 #9213CA is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 19 | 202 | - |
| CMYK | 0.28 | 0.91 | 0 | 0.21 |
| HSL | 281.64º | 0.83% | 0.43% | - |
| HSV(B) | 281.64º | 0.91% | 0.79% | - |
| XYZ | 22.75 | 10.84 | 56.77 | - |
| YUV | 77.84 | 198.08 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 19 | 202 | 0.28 | 0.91 | 0 | 0.21 | 281.64 | 0.83 | 0.43 |
| Hex | 92 | 13 | CA | 1C | 5B | 0 | 15 | 11A | 53 | 2B |
| Octal | 222 | 23 | 312 | 34 | 133 | 0 | 25 | 432 | 123 | 53 |
| Binary | 10010010 | 10011 | 11001010 | 11100 | 1011011 | 0 | 10101 | 100011010 | 1010011 | 101011 |
Color Harmonies of #9213CA
Complementary color
Monochromatic Colors of #9213CA
Black with #9213CA
Text Example
Text Example
White with #9213CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9213CA; }
p { color: rgb(146,19,202); }
H1.HeaderClassName
{
color: #9213CA;
}
.AnyTagClassName
{
color: #9213CA;
}
</style>
background-color css
<style>
a { background-color: #9213CA; }
a { background-color: rgb(146,19,202); }
div.DivClassName
{
background-color: #9213CA;
}
.BgClassName
{
background-color: #9213CA;
}
</style>
border-color css
<style>
span { border-color: #9213CA; }
span { border-color: rgb(146,19,202); }
td.TdClassName
{
border-color: #9213CA;
}
.TagClassName
{
border-color: #9213CA;
}
</style>