Shades of Dark Violet #9201EB
Tints of Dark Violet #9201EB
RGB
CMYK
RGB Variations
Color information
#9201EB (or 0x9201EB) is known color: Dark Violet. HEX triplet: 92, 01 and EB. RGB value is (146,1,235). Sum of RGB (Red+Green+Blue) = 146+1+235=382 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.22% from 382); Green value is 1 (0.78% from 255 or 0.26% from 382); Blue value is 235 (92.19% from 255 or 61.52% from 382); Max value from RGB is 235 - color contains mainly: blue. Hex color #9201EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9201EB is #6DFE14. Grayscale: #464646. Windows color (decimal): -7208469 or 15401362. OLE color: 15401362.
HSL color Cylindrical-coordinate representation of color #9201EB: hue angle of 277.18º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9201EB is Cyan = 0.38, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 146 | 1 | 235 | - |
| CMYK | 0.38 | 1.00 | 0 | 0.08 |
| HSL | 277.18º | 0.99% | 0.46% | - |
| HSV(B) | 277.18º | 1% | 0.92% | - |
| XYZ | 26.86 | 12.13 | 79.52 | - |
| YUV | 71.03 | 220.54 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 1 | 235 | 0.38 | 1.00 | 0 | 0.08 | 277.18 | 0.99 | 0.46 |
| Hex | 92 | 1 | EB | 26 | 64 | 0 | 8 | 115 | 63 | 2E |
| Octal | 222 | 1 | 353 | 46 | 144 | 0 | 10 | 425 | 143 | 56 |
| Binary | 10010010 | 1 | 11101011 | 100110 | 1100100 | 0 | 1000 | 100010101 | 1100011 | 101110 |
Color Harmonies of #9201EB
Complementary color
Monochromatic Colors of #9201EB
Black with #9201EB
Text Example
Text Example
White with #9201EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9201EB; }
p { color: rgb(146,1,235); }
H1.HeaderClassName
{
color: #9201EB;
}
.AnyTagClassName
{
color: #9201EB;
}
</style>
background-color css
<style>
a { background-color: #9201EB; }
a { background-color: rgb(146,1,235); }
div.DivClassName
{
background-color: #9201EB;
}
.BgClassName
{
background-color: #9201EB;
}
</style>
border-color css
<style>
span { border-color: #9201EB; }
span { border-color: rgb(146,1,235); }
td.TdClassName
{
border-color: #9201EB;
}
.TagClassName
{
border-color: #9201EB;
}
</style>