Shades of Dark Violet #9201C9
Tints of Dark Violet #9201C9
RGB
CMYK
RGB Variations
Color information
#9201C9 (or 0x9201C9) is known color: Dark Violet. HEX triplet: 92, 01 and C9. RGB value is (146,1,201). Sum of RGB (Red+Green+Blue) = 146+1+201=348 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.95% from 348); Green value is 1 (0.78% from 255 or 0.29% from 348); Blue value is 201 (78.91% from 255 or 57.76% from 348); Max value from RGB is 201 - color contains mainly: blue. Hex color #9201C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9201C9 is #6DFE36. Grayscale: #424242. Windows color (decimal): -7208503 or 13173138. OLE color: 13173138.
HSL color Cylindrical-coordinate representation of color #9201C9: hue angle of 283.5º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9201C9 is Cyan = 0.27, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 1 | 201 | - |
| CMYK | 0.27 | 1.00 | 0 | 0.21 |
| HSL | 283.5º | 0.99% | 0.4% | - |
| HSV(B) | 283.5º | 1% | 0.79% | - |
| XYZ | 22.41 | 10.35 | 56.08 | - |
| YUV | 67.16 | 203.54 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 1 | 201 | 0.27 | 1.00 | 0 | 0.21 | 283.5 | 0.99 | 0.4 |
| Hex | 92 | 1 | C9 | 1B | 64 | 0 | 15 | 11C | 63 | 28 |
| Octal | 222 | 1 | 311 | 33 | 144 | 0 | 25 | 434 | 143 | 50 |
| Binary | 10010010 | 1 | 11001001 | 11011 | 1100100 | 0 | 10101 | 100011100 | 1100011 | 101000 |
Color Harmonies of #9201C9
Complementary color
Monochromatic Colors of #9201C9
Black with #9201C9
Text Example
Text Example
White with #9201C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9201C9; }
p { color: rgb(146,1,201); }
H1.HeaderClassName
{
color: #9201C9;
}
.AnyTagClassName
{
color: #9201C9;
}
</style>
background-color css
<style>
a { background-color: #9201C9; }
a { background-color: rgb(146,1,201); }
div.DivClassName
{
background-color: #9201C9;
}
.BgClassName
{
background-color: #9201C9;
}
</style>
border-color css
<style>
span { border-color: #9201C9; }
span { border-color: rgb(146,1,201); }
td.TdClassName
{
border-color: #9201C9;
}
.TagClassName
{
border-color: #9201C9;
}
</style>