Shades of Dark Violet #9200DC
Tints of Dark Violet #9200DC
RGB
CMYK
RGB Variations
Color information
#9200DC (or 0x9200DC) is known color: Dark Violet. HEX triplet: 92, 00 and DC. RGB value is (146,0,220). Sum of RGB (Red+Green+Blue) = 146+0+220=366 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.89% from 366); Green value is 0 (0.39% from 255 or 0% from 366); Blue value is 220 (86.33% from 255 or 60.11% from 366); Max value from RGB is 220 - color contains mainly: blue. Hex color #9200DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9200DC is #6DFF23. Grayscale: #444444. Windows color (decimal): -7208740 or 14418066. OLE color: 14418066.
HSL color Cylindrical-coordinate representation of color #9200DC: hue angle of 279.82º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9200DC is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 0 | 220 | - |
| CMYK | 0.34 | 1 | 0 | 0.14 |
| HSL | 279.82º | 1% | 0.43% | - |
| HSV(B) | 279.82º | 1% | 0.86% | - |
| XYZ | 24.77 | 11.28 | 68.58 | - |
| YUV | 68.73 | 213.37 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 0 | 220 | 0.34 | 1 | 0 | 0.14 | 279.82 | 1 | 0.43 |
| Hex | 92 | 0 | DC | 22 | 64 | 0 | E | 118 | 64 | 2B |
| Octal | 222 | 0 | 334 | 42 | 144 | 0 | 16 | 430 | 144 | 53 |
| Binary | 10010010 | 0 | 11011100 | 100010 | 1100100 | 0 | 1110 | 100011000 | 1100100 | 101011 |
Color Harmonies of #9200DC
Complementary color
Monochromatic Colors of #9200DC
Black with #9200DC
Text Example
Text Example
White with #9200DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9200DC; }
p { color: rgb(146,0,220); }
H1.HeaderClassName
{
color: #9200DC;
}
.AnyTagClassName
{
color: #9200DC;
}
</style>
background-color css
<style>
a { background-color: #9200DC; }
a { background-color: rgb(146,0,220); }
div.DivClassName
{
background-color: #9200DC;
}
.BgClassName
{
background-color: #9200DC;
}
</style>
border-color css
<style>
span { border-color: #9200DC; }
span { border-color: rgb(146,0,220); }
td.TdClassName
{
border-color: #9200DC;
}
.TagClassName
{
border-color: #9200DC;
}
</style>