Shades of Dark Violet #9201DF
Tints of Dark Violet #9201DF
RGB
CMYK
RGB Variations
Color information
#9201DF (or 0x9201DF) is known color: Dark Violet. HEX triplet: 92, 01 and DF. RGB value is (146,1,223). Sum of RGB (Red+Green+Blue) = 146+1+223=370 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.46% from 370); Green value is 1 (0.78% from 255 or 0.27% from 370); Blue value is 223 (87.5% from 255 or 60.27% from 370); Max value from RGB is 223 - color contains mainly: blue. Hex color #9201DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9201DF is #6DFE20. Grayscale: #444444. Windows color (decimal): -7208481 or 14614930. OLE color: 14614930.
HSL color Cylindrical-coordinate representation of color #9201DF: hue angle of 279.19º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9201DF is Cyan = 0.35, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 1 | 223 | - |
| CMYK | 0.35 | 1.00 | 0 | 0.13 |
| HSL | 279.19º | 0.99% | 0.44% | - |
| HSV(B) | 279.19º | 1% | 0.87% | - |
| XYZ | 25.18 | 11.46 | 70.7 | - |
| YUV | 69.66 | 214.54 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 1 | 223 | 0.35 | 1.00 | 0 | 0.13 | 279.19 | 0.99 | 0.44 |
| Hex | 92 | 1 | DF | 23 | 64 | 0 | D | 117 | 63 | 2C |
| Octal | 222 | 1 | 337 | 43 | 144 | 0 | 15 | 427 | 143 | 54 |
| Binary | 10010010 | 1 | 11011111 | 100011 | 1100100 | 0 | 1101 | 100010111 | 1100011 | 101100 |
Color Harmonies of #9201DF
Complementary color
Monochromatic Colors of #9201DF
Black with #9201DF
Text Example
Text Example
White with #9201DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9201DF; }
p { color: rgb(146,1,223); }
H1.HeaderClassName
{
color: #9201DF;
}
.AnyTagClassName
{
color: #9201DF;
}
</style>
background-color css
<style>
a { background-color: #9201DF; }
a { background-color: rgb(146,1,223); }
div.DivClassName
{
background-color: #9201DF;
}
.BgClassName
{
background-color: #9201DF;
}
</style>
border-color css
<style>
span { border-color: #9201DF; }
span { border-color: rgb(146,1,223); }
td.TdClassName
{
border-color: #9201DF;
}
.TagClassName
{
border-color: #9201DF;
}
</style>