Shades of Dark Violet #9201EE
Tints of Dark Violet #9201EE
RGB
CMYK
RGB Variations
Color information
#9201EE (or 0x9201EE) is known color: Dark Violet. HEX triplet: 92, 01 and EE. RGB value is (146,1,238). Sum of RGB (Red+Green+Blue) = 146+1+238=385 (50% of max value = 765). Red value is 146 (57.42% from 255 or 37.92% from 385); Green value is 1 (0.78% from 255 or 0.26% from 385); Blue value is 238 (93.36% from 255 or 61.82% from 385); Max value from RGB is 238 - color contains mainly: blue. Hex color #9201EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9201EE is #6DFE11. Grayscale: #464646. Windows color (decimal): -7208466 or 15597970. OLE color: 15597970.
HSL color Cylindrical-coordinate representation of color #9201EE: hue angle of 276.71º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9201EE is Cyan = 0.39, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 1 | 238 | - |
| CMYK | 0.39 | 1.00 | 0 | 0.07 |
| HSL | 276.71º | 0.99% | 0.47% | - |
| HSV(B) | 276.71º | 1% | 0.93% | - |
| XYZ | 27.3 | 12.31 | 81.83 | - |
| YUV | 71.37 | 222.04 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 1 | 238 | 0.39 | 1.00 | 0 | 0.07 | 276.71 | 0.99 | 0.47 |
| Hex | 92 | 1 | EE | 27 | 64 | 0 | 7 | 115 | 63 | 2F |
| Octal | 222 | 1 | 356 | 47 | 144 | 0 | 7 | 425 | 143 | 57 |
| Binary | 10010010 | 1 | 11101110 | 100111 | 1100100 | 0 | 111 | 100010101 | 1100011 | 101111 |
Color Harmonies of #9201EE
Complementary color
Monochromatic Colors of #9201EE
Black with #9201EE
Text Example
Text Example
White with #9201EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9201EE; }
p { color: rgb(146,1,238); }
H1.HeaderClassName
{
color: #9201EE;
}
.AnyTagClassName
{
color: #9201EE;
}
</style>
background-color css
<style>
a { background-color: #9201EE; }
a { background-color: rgb(146,1,238); }
div.DivClassName
{
background-color: #9201EE;
}
.BgClassName
{
background-color: #9201EE;
}
</style>
border-color css
<style>
span { border-color: #9201EE; }
span { border-color: rgb(146,1,238); }
td.TdClassName
{
border-color: #9201EE;
}
.TagClassName
{
border-color: #9201EE;
}
</style>