Shades of Dark Violet #9219CF
Tints of Dark Violet #9219CF
RGB
CMYK
RGB Variations
Color information
#9219CF (or 0x9219CF) is known color: Dark Violet. HEX triplet: 92, 19 and CF. RGB value is (146,25,207). Sum of RGB (Red+Green+Blue) = 146+25+207=378 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.62% from 378); Green value is 25 (10.16% from 255 or 6.61% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #9219CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9219CF is #6DE630. Grayscale: #515151. Windows color (decimal): -7202353 or 13572498. OLE color: 13572498.
HSL color Cylindrical-coordinate representation of color #9219CF: hue angle of 279.89º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9219CF is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 25 | 207 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.19 |
| HSL | 279.89º | 0.78% | 0.45% | - |
| HSV(B) | 279.89º | 0.88% | 0.81% | - |
| XYZ | 23.46 | 11.31 | 59.98 | - |
| YUV | 81.93 | 198.59 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 25 | 207 | 0.29 | 0.88 | 0 | 0.19 | 279.89 | 0.78 | 0.45 |
| Hex | 92 | 19 | CF | 1D | 58 | 0 | 13 | 118 | 4E | 2D |
| Octal | 222 | 31 | 317 | 35 | 130 | 0 | 23 | 430 | 116 | 55 |
| Binary | 10010010 | 11001 | 11001111 | 11101 | 1011000 | 0 | 10011 | 100011000 | 1001110 | 101101 |
Color Harmonies of #9219CF
Complementary color
Monochromatic Colors of #9219CF
Black with #9219CF
Text Example
Text Example
White with #9219CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9219CF; }
p { color: rgb(146,25,207); }
H1.HeaderClassName
{
color: #9219CF;
}
.AnyTagClassName
{
color: #9219CF;
}
</style>
background-color css
<style>
a { background-color: #9219CF; }
a { background-color: rgb(146,25,207); }
div.DivClassName
{
background-color: #9219CF;
}
.BgClassName
{
background-color: #9219CF;
}
</style>
border-color css
<style>
span { border-color: #9219CF; }
span { border-color: rgb(146,25,207); }
td.TdClassName
{
border-color: #9219CF;
}
.TagClassName
{
border-color: #9219CF;
}
</style>