Shades of Dark Violet #9202DF
Tints of Dark Violet #9202DF
RGB
CMYK
RGB Variations
Color information
#9202DF (or 0x9202DF) is known color: Dark Violet. HEX triplet: 92, 02 and DF. RGB value is (146,2,223). Sum of RGB (Red+Green+Blue) = 146+2+223=371 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.35% from 371); Green value is 2 (1.17% from 255 or 0.54% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #9202DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9202DF is #6DFD20. Grayscale: #454545. Windows color (decimal): -7208225 or 14615186. OLE color: 14615186.
HSL color Cylindrical-coordinate representation of color #9202DF: hue angle of 279.1º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9202DF is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 2 | 223 | - |
| CMYK | 0.35 | 0.99 | 0 | 0.13 |
| HSL | 279.1º | 0.98% | 0.44% | - |
| HSV(B) | 279.1º | 0.99% | 0.87% | - |
| XYZ | 25.2 | 11.48 | 70.7 | - |
| YUV | 70.25 | 214.21 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 2 | 223 | 0.35 | 0.99 | 0 | 0.13 | 279.1 | 0.98 | 0.44 |
| Hex | 92 | 2 | DF | 23 | 63 | 0 | D | 117 | 62 | 2C |
| Octal | 222 | 2 | 337 | 43 | 143 | 0 | 15 | 427 | 142 | 54 |
| Binary | 10010010 | 10 | 11011111 | 100011 | 1100011 | 0 | 1101 | 100010111 | 1100010 | 101100 |
Color Harmonies of #9202DF
Complementary color
Monochromatic Colors of #9202DF
Black with #9202DF
Text Example
Text Example
White with #9202DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9202DF; }
p { color: rgb(146,2,223); }
H1.HeaderClassName
{
color: #9202DF;
}
.AnyTagClassName
{
color: #9202DF;
}
</style>
background-color css
<style>
a { background-color: #9202DF; }
a { background-color: rgb(146,2,223); }
div.DivClassName
{
background-color: #9202DF;
}
.BgClassName
{
background-color: #9202DF;
}
</style>
border-color css
<style>
span { border-color: #9202DF; }
span { border-color: rgb(146,2,223); }
td.TdClassName
{
border-color: #9202DF;
}
.TagClassName
{
border-color: #9202DF;
}
</style>