Shades of Dark Violet #9501BE
Tints of Dark Violet #9501BE
RGB
CMYK
RGB Variations
Color information
#9501BE (or 0x9501BE) is known color: Dark Violet. HEX triplet: 95, 01 and BE. RGB value is (149,1,190). Sum of RGB (Red+Green+Blue) = 149+1+190=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 1 (0.78% from 255 or 0.29% from 340); Blue value is 190 (74.61% from 255 or 55.88% from 340); Max value from RGB is 190 - color contains mainly: blue. Hex color #9501BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9501BE is #6AFE41. Grayscale: #424242. Windows color (decimal): -7011906 or 12452245. OLE color: 12452245.
HSL color Cylindrical-coordinate representation of color #9501BE: hue angle of 286.98º 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 #9501BE is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 1 | 190 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.25 |
| HSL | 286.98º | 0.99% | 0.37% | - |
| HSV(B) | 286.98º | 0.99% | 0.75% | - |
| XYZ | 21.7 | 10.13 | 49.53 | - |
| YUV | 66.8 | 197.53 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 1 | 190 | 0.22 | 0.99 | 0 | 0.25 | 286.98 | 0.99 | 0.37 |
| Hex | 95 | 1 | BE | 16 | 63 | 0 | 19 | 11F | 63 | 25 |
| Octal | 225 | 1 | 276 | 26 | 143 | 0 | 31 | 437 | 143 | 45 |
| Binary | 10010101 | 1 | 10111110 | 10110 | 1100011 | 0 | 11001 | 100011111 | 1100011 | 100101 |
Color Harmonies of #9501BE
Complementary color
Monochromatic Colors of #9501BE
Black with #9501BE
Text Example
Text Example
White with #9501BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9501BE; }
p { color: rgb(149,1,190); }
H1.HeaderClassName
{
color: #9501BE;
}
.AnyTagClassName
{
color: #9501BE;
}
</style>
background-color css
<style>
a { background-color: #9501BE; }
a { background-color: rgb(149,1,190); }
div.DivClassName
{
background-color: #9501BE;
}
.BgClassName
{
background-color: #9501BE;
}
</style>
border-color css
<style>
span { border-color: #9501BE; }
span { border-color: rgb(149,1,190); }
td.TdClassName
{
border-color: #9501BE;
}
.TagClassName
{
border-color: #9501BE;
}
</style>