Shades of Dark Violet #9201BE
Tints of Dark Violet #9201BE
RGB
CMYK
RGB Variations
Color information
#9201BE (or 0x9201BE) is known color: Dark Violet. HEX triplet: 92, 01 and BE. RGB value is (146,1,190). Sum of RGB (Red+Green+Blue) = 146+1+190=337 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.32% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 190 (74.61% from 255 or 56.38% from 337); Max value from RGB is 190 - color contains mainly: blue. Hex color #9201BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9201BE is #6DFE41. Grayscale: #414141. Windows color (decimal): -7208514 or 12452242. OLE color: 12452242.
HSL color Cylindrical-coordinate representation of color #9201BE: hue angle of 286.03º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9201BE is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 1 | 190 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.25 |
| HSL | 286.03º | 0.99% | 0.37% | - |
| HSV(B) | 286.03º | 0.99% | 0.75% | - |
| XYZ | 21.16 | 9.85 | 49.5 | - |
| YUV | 65.9 | 198.04 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 1 | 190 | 0.23 | 0.99 | 0 | 0.25 | 286.03 | 0.99 | 0.37 |
| Hex | 92 | 1 | BE | 17 | 63 | 0 | 19 | 11E | 63 | 25 |
| Octal | 222 | 1 | 276 | 27 | 143 | 0 | 31 | 436 | 143 | 45 |
| Binary | 10010010 | 1 | 10111110 | 10111 | 1100011 | 0 | 11001 | 100011110 | 1100011 | 100101 |
Color Harmonies of #9201BE
Complementary color
Monochromatic Colors of #9201BE
Black with #9201BE
Text Example
Text Example
White with #9201BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9201BE; }
p { color: rgb(146,1,190); }
H1.HeaderClassName
{
color: #9201BE;
}
.AnyTagClassName
{
color: #9201BE;
}
</style>
background-color css
<style>
a { background-color: #9201BE; }
a { background-color: rgb(146,1,190); }
div.DivClassName
{
background-color: #9201BE;
}
.BgClassName
{
background-color: #9201BE;
}
</style>
border-color css
<style>
span { border-color: #9201BE; }
span { border-color: rgb(146,1,190); }
td.TdClassName
{
border-color: #9201BE;
}
.TagClassName
{
border-color: #9201BE;
}
</style>