Shades of Dark Violet #9201C0
Tints of Dark Violet #9201C0
RGB
CMYK
RGB Variations
Color information
#9201C0 (or 0x9201C0) is known color: Dark Violet. HEX triplet: 92, 01 and C0. RGB value is (146,1,192). Sum of RGB (Red+Green+Blue) = 146+1+192=339 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.07% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 192 (75.39% from 255 or 56.64% from 339); Max value from RGB is 192 - color contains mainly: blue. Hex color #9201C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9201C0 is #6DFE3F. Grayscale: #414141. Windows color (decimal): -7208512 or 12583314. OLE color: 12583314.
HSL color Cylindrical-coordinate representation of color #9201C0: hue angle of 285.55º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9201C0 is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 1 | 192 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.25 |
| HSL | 285.55º | 0.99% | 0.38% | - |
| HSV(B) | 285.55º | 0.99% | 0.75% | - |
| XYZ | 21.38 | 9.94 | 50.66 | - |
| YUV | 66.13 | 199.04 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 1 | 192 | 0.24 | 0.99 | 0 | 0.25 | 285.55 | 0.99 | 0.38 |
| Hex | 92 | 1 | C0 | 18 | 63 | 0 | 19 | 11E | 63 | 26 |
| Octal | 222 | 1 | 300 | 30 | 143 | 0 | 31 | 436 | 143 | 46 |
| Binary | 10010010 | 1 | 11000000 | 11000 | 1100011 | 0 | 11001 | 100011110 | 1100011 | 100110 |
Color Harmonies of #9201C0
Complementary color
Monochromatic Colors of #9201C0
Black with #9201C0
Text Example
Text Example
White with #9201C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9201C0; }
p { color: rgb(146,1,192); }
H1.HeaderClassName
{
color: #9201C0;
}
.AnyTagClassName
{
color: #9201C0;
}
</style>
background-color css
<style>
a { background-color: #9201C0; }
a { background-color: rgb(146,1,192); }
div.DivClassName
{
background-color: #9201C0;
}
.BgClassName
{
background-color: #9201C0;
}
</style>
border-color css
<style>
span { border-color: #9201C0; }
span { border-color: rgb(146,1,192); }
td.TdClassName
{
border-color: #9201C0;
}
.TagClassName
{
border-color: #9201C0;
}
</style>