Shades of Dark Violet #9201CD
Tints of Dark Violet #9201CD
RGB
CMYK
RGB Variations
Color information
#9201CD (or 0x9201CD) is known color: Dark Violet. HEX triplet: 92, 01 and CD. RGB value is (146,1,205). Sum of RGB (Red+Green+Blue) = 146+1+205=352 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.48% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 205 (80.47% from 255 or 58.24% from 352); Max value from RGB is 205 - color contains mainly: blue. Hex color #9201CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9201CD is #6DFE32. Grayscale: #424242. Windows color (decimal): -7208499 or 13435282. OLE color: 13435282.
HSL color Cylindrical-coordinate representation of color #9201CD: hue angle of 282.65º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9201CD is Cyan = 0.29, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 1 | 205 | - |
| CMYK | 0.29 | 1.00 | 0 | 0.20 |
| HSL | 282.65º | 0.99% | 0.4% | - |
| HSV(B) | 282.65º | 1% | 0.8% | - |
| XYZ | 22.88 | 10.54 | 58.59 | - |
| YUV | 67.61 | 205.54 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 1 | 205 | 0.29 | 1.00 | 0 | 0.20 | 282.65 | 0.99 | 0.4 |
| Hex | 92 | 1 | CD | 1D | 64 | 0 | 14 | 11B | 63 | 28 |
| Octal | 222 | 1 | 315 | 35 | 144 | 0 | 24 | 433 | 143 | 50 |
| Binary | 10010010 | 1 | 11001101 | 11101 | 1100100 | 0 | 10100 | 100011011 | 1100011 | 101000 |
Color Harmonies of #9201CD
Complementary color
Monochromatic Colors of #9201CD
Black with #9201CD
Text Example
Text Example
White with #9201CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9201CD; }
p { color: rgb(146,1,205); }
H1.HeaderClassName
{
color: #9201CD;
}
.AnyTagClassName
{
color: #9201CD;
}
</style>
background-color css
<style>
a { background-color: #9201CD; }
a { background-color: rgb(146,1,205); }
div.DivClassName
{
background-color: #9201CD;
}
.BgClassName
{
background-color: #9201CD;
}
</style>
border-color css
<style>
span { border-color: #9201CD; }
span { border-color: rgb(146,1,205); }
td.TdClassName
{
border-color: #9201CD;
}
.TagClassName
{
border-color: #9201CD;
}
</style>