Shades of Dark Violet #9200DD
Tints of Dark Violet #9200DD
RGB
CMYK
RGB Variations
Color information
#9200DD (or 0x9200DD) is known color: Dark Violet. HEX triplet: 92, 00 and DD. RGB value is (146,0,221). Sum of RGB (Red+Green+Blue) = 146+0+221=367 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.78% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 221 (86.72% from 255 or 60.22% from 367); Max value from RGB is 221 - color contains mainly: blue. Hex color #9200DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9200DD is #6DFF22. Grayscale: #444444. Windows color (decimal): -7208739 or 14483602. OLE color: 14483602.
HSL color Cylindrical-coordinate representation of color #9200DD: hue angle of 279.64º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9200DD is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 0 | 221 | - |
| CMYK | 0.34 | 1 | 0 | 0.13 |
| HSL | 279.64º | 1% | 0.43% | - |
| HSV(B) | 279.64º | 1% | 0.87% | - |
| XYZ | 24.91 | 11.33 | 69.28 | - |
| YUV | 68.85 | 213.87 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 0 | 221 | 0.34 | 1 | 0 | 0.13 | 279.64 | 1 | 0.43 |
| Hex | 92 | 0 | DD | 22 | 64 | 0 | D | 118 | 64 | 2B |
| Octal | 222 | 0 | 335 | 42 | 144 | 0 | 15 | 430 | 144 | 53 |
| Binary | 10010010 | 0 | 11011101 | 100010 | 1100100 | 0 | 1101 | 100011000 | 1100100 | 101011 |
Color Harmonies of #9200DD
Complementary color
Monochromatic Colors of #9200DD
Black with #9200DD
Text Example
Text Example
White with #9200DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9200DD; }
p { color: rgb(146,0,221); }
H1.HeaderClassName
{
color: #9200DD;
}
.AnyTagClassName
{
color: #9200DD;
}
</style>
background-color css
<style>
a { background-color: #9200DD; }
a { background-color: rgb(146,0,221); }
div.DivClassName
{
background-color: #9200DD;
}
.BgClassName
{
background-color: #9200DD;
}
</style>
border-color css
<style>
span { border-color: #9200DD; }
span { border-color: rgb(146,0,221); }
td.TdClassName
{
border-color: #9200DD;
}
.TagClassName
{
border-color: #9200DD;
}
</style>