Shades of Dark Violet #9201E6
Tints of Dark Violet #9201E6
RGB
CMYK
RGB Variations
Color information
#9201E6 (or 0x9201E6) is known color: Dark Violet. HEX triplet: 92, 01 and E6. RGB value is (146,1,230). Sum of RGB (Red+Green+Blue) = 146+1+230=377 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.73% from 377); Green value is 1 (0.78% from 255 or 0.27% from 377); Blue value is 230 (90.23% from 255 or 61.01% from 377); Max value from RGB is 230 - color contains mainly: blue. Hex color #9201E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9201E6 is #6DFE19. Grayscale: #454545. Windows color (decimal): -7208474 or 15073682. OLE color: 15073682.
HSL color Cylindrical-coordinate representation of color #9201E6: hue angle of 277.99º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9201E6 is Cyan = 0.37, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 146 | 1 | 230 | - |
| CMYK | 0.37 | 1.00 | 0 | 0.10 |
| HSL | 277.99º | 0.99% | 0.45% | - |
| HSV(B) | 277.99º | 1% | 0.9% | - |
| XYZ | 26.15 | 11.85 | 75.77 | - |
| YUV | 70.46 | 218.04 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 1 | 230 | 0.37 | 1.00 | 0 | 0.10 | 277.99 | 0.99 | 0.45 |
| Hex | 92 | 1 | E6 | 25 | 64 | 0 | A | 116 | 63 | 2D |
| Octal | 222 | 1 | 346 | 45 | 144 | 0 | 12 | 426 | 143 | 55 |
| Binary | 10010010 | 1 | 11100110 | 100101 | 1100100 | 0 | 1010 | 100010110 | 1100011 | 101101 |
Color Harmonies of #9201E6
Complementary color
Monochromatic Colors of #9201E6
Black with #9201E6
Text Example
Text Example
White with #9201E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9201E6; }
p { color: rgb(146,1,230); }
H1.HeaderClassName
{
color: #9201E6;
}
.AnyTagClassName
{
color: #9201E6;
}
</style>
background-color css
<style>
a { background-color: #9201E6; }
a { background-color: rgb(146,1,230); }
div.DivClassName
{
background-color: #9201E6;
}
.BgClassName
{
background-color: #9201E6;
}
</style>
border-color css
<style>
span { border-color: #9201E6; }
span { border-color: rgb(146,1,230); }
td.TdClassName
{
border-color: #9201E6;
}
.TagClassName
{
border-color: #9201E6;
}
</style>