Shades of Dark Violet #9213DF
Tints of Dark Violet #9213DF
RGB
CMYK
RGB Variations
Color information
#9213DF (or 0x9213DF) is known color: Dark Violet. HEX triplet: 92, 13 and DF. RGB value is (146,19,223). Sum of RGB (Red+Green+Blue) = 146+19+223=388 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.63% from 388); Green value is 19 (7.81% from 255 or 4.90% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #9213DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9213DF is #6DEC20. Grayscale: #4F4F4F. Windows color (decimal): -7203873 or 14619538. OLE color: 14619538.
HSL color Cylindrical-coordinate representation of color #9213DF: hue angle of 277.35º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9213DF is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 19 | 223 | - |
| CMYK | 0.35 | 0.91 | 0 | 0.13 |
| HSL | 277.35º | 0.84% | 0.47% | - |
| HSV(B) | 277.35º | 0.91% | 0.87% | - |
| XYZ | 25.41 | 11.9 | 70.77 | - |
| YUV | 80.23 | 208.58 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 19 | 223 | 0.35 | 0.91 | 0 | 0.13 | 277.35 | 0.84 | 0.47 |
| Hex | 92 | 13 | DF | 23 | 5B | 0 | D | 115 | 54 | 2F |
| Octal | 222 | 23 | 337 | 43 | 133 | 0 | 15 | 425 | 124 | 57 |
| Binary | 10010010 | 10011 | 11011111 | 100011 | 1011011 | 0 | 1101 | 100010101 | 1010100 | 101111 |
Color Harmonies of #9213DF
Complementary color
Monochromatic Colors of #9213DF
Black with #9213DF
Text Example
Text Example
White with #9213DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9213DF; }
p { color: rgb(146,19,223); }
H1.HeaderClassName
{
color: #9213DF;
}
.AnyTagClassName
{
color: #9213DF;
}
</style>
background-color css
<style>
a { background-color: #9213DF; }
a { background-color: rgb(146,19,223); }
div.DivClassName
{
background-color: #9213DF;
}
.BgClassName
{
background-color: #9213DF;
}
</style>
border-color css
<style>
span { border-color: #9213DF; }
span { border-color: rgb(146,19,223); }
td.TdClassName
{
border-color: #9213DF;
}
.TagClassName
{
border-color: #9213DF;
}
</style>