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