Shades of Dark Violet #9213DA
Tints of Dark Violet #9213DA
RGB
CMYK
RGB Variations
Color information
#9213DA (or 0x9213DA) is known color: Dark Violet. HEX triplet: 92, 13 and DA. RGB value is (146,19,218). Sum of RGB (Red+Green+Blue) = 146+19+218=383 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.12% from 383); Green value is 19 (7.81% from 255 or 4.96% from 383); Blue value is 218 (85.55% from 255 or 56.92% from 383); Max value from RGB is 218 - color contains mainly: blue. Hex color #9213DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9213DA is #6DEC25. Grayscale: #4E4E4E. Windows color (decimal): -7203878 or 14291858. OLE color: 14291858.
HSL color Cylindrical-coordinate representation of color #9213DA: hue angle of 278.29º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9213DA is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 19 | 218 | - |
| CMYK | 0.33 | 0.91 | 0 | 0.15 |
| HSL | 278.29º | 0.84% | 0.46% | - |
| HSV(B) | 278.29º | 0.91% | 0.85% | - |
| XYZ | 24.74 | 11.64 | 67.27 | - |
| YUV | 79.66 | 206.08 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 19 | 218 | 0.33 | 0.91 | 0 | 0.15 | 278.29 | 0.84 | 0.46 |
| Hex | 92 | 13 | DA | 21 | 5B | 0 | F | 116 | 54 | 2E |
| Octal | 222 | 23 | 332 | 41 | 133 | 0 | 17 | 426 | 124 | 56 |
| Binary | 10010010 | 10011 | 11011010 | 100001 | 1011011 | 0 | 1111 | 100010110 | 1010100 | 101110 |
Color Harmonies of #9213DA
Complementary color
Monochromatic Colors of #9213DA
Black with #9213DA
Text Example
Text Example
White with #9213DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9213DA; }
p { color: rgb(146,19,218); }
H1.HeaderClassName
{
color: #9213DA;
}
.AnyTagClassName
{
color: #9213DA;
}
</style>
background-color css
<style>
a { background-color: #9213DA; }
a { background-color: rgb(146,19,218); }
div.DivClassName
{
background-color: #9213DA;
}
.BgClassName
{
background-color: #9213DA;
}
</style>
border-color css
<style>
span { border-color: #9213DA; }
span { border-color: rgb(146,19,218); }
td.TdClassName
{
border-color: #9213DA;
}
.TagClassName
{
border-color: #9213DA;
}
</style>