Shades of Dark Violet #9201D1
Tints of Dark Violet #9201D1
RGB
CMYK
RGB Variations
Color information
#9201D1 (or 0x9201D1) is known color: Dark Violet. HEX triplet: 92, 01 and D1. RGB value is (146,1,209). Sum of RGB (Red+Green+Blue) = 146+1+209=356 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.01% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 209 (82.03% from 255 or 58.71% from 356); Max value from RGB is 209 - color contains mainly: blue. Hex color #9201D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9201D1 is #6DFE2E. Grayscale: #434343. Windows color (decimal): -7208495 or 13697426. OLE color: 13697426.
HSL color Cylindrical-coordinate representation of color #9201D1: hue angle of 281.83º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9201D1 is Cyan = 0.30, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 1 | 209 | - |
| CMYK | 0.30 | 1.00 | 0 | 0.18 |
| HSL | 281.83º | 0.99% | 0.41% | - |
| HSV(B) | 281.83º | 1% | 0.82% | - |
| XYZ | 23.37 | 10.74 | 61.16 | - |
| YUV | 68.07 | 207.54 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 1 | 209 | 0.30 | 1.00 | 0 | 0.18 | 281.83 | 0.99 | 0.41 |
| Hex | 92 | 1 | D1 | 1E | 64 | 0 | 12 | 11A | 63 | 29 |
| Octal | 222 | 1 | 321 | 36 | 144 | 0 | 22 | 432 | 143 | 51 |
| Binary | 10010010 | 1 | 11010001 | 11110 | 1100100 | 0 | 10010 | 100011010 | 1100011 | 101001 |
Color Harmonies of #9201D1
Complementary color
Monochromatic Colors of #9201D1
Black with #9201D1
Text Example
Text Example
White with #9201D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9201D1; }
p { color: rgb(146,1,209); }
H1.HeaderClassName
{
color: #9201D1;
}
.AnyTagClassName
{
color: #9201D1;
}
</style>
background-color css
<style>
a { background-color: #9201D1; }
a { background-color: rgb(146,1,209); }
div.DivClassName
{
background-color: #9201D1;
}
.BgClassName
{
background-color: #9201D1;
}
</style>
border-color css
<style>
span { border-color: #9201D1; }
span { border-color: rgb(146,1,209); }
td.TdClassName
{
border-color: #9201D1;
}
.TagClassName
{
border-color: #9201D1;
}
</style>