Shades of Dark Violet #9501BD
Tints of Dark Violet #9501BD
RGB
CMYK
RGB Variations
Color information
#9501BD (or 0x9501BD) is known color: Dark Violet. HEX triplet: 95, 01 and BD. RGB value is (149,1,189). Sum of RGB (Red+Green+Blue) = 149+1+189=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 189 (74.22% from 255 or 55.75% from 339); Max value from RGB is 189 - color contains mainly: blue. Hex color #9501BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9501BD is #6AFE42. Grayscale: #424242. Windows color (decimal): -7011907 or 12386709. OLE color: 12386709.
HSL color Cylindrical-coordinate representation of color #9501BD: hue angle of 287.23º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9501BD is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 1 | 189 | - |
| CMYK | 0.21 | 0.99 | 0 | 0.26 |
| HSL | 287.23º | 0.99% | 0.37% | - |
| HSV(B) | 287.23º | 0.99% | 0.74% | - |
| XYZ | 21.59 | 10.09 | 48.95 | - |
| YUV | 66.68 | 197.03 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 1 | 189 | 0.21 | 0.99 | 0 | 0.26 | 287.23 | 0.99 | 0.37 |
| Hex | 95 | 1 | BD | 15 | 63 | 0 | 1A | 11F | 63 | 25 |
| Octal | 225 | 1 | 275 | 25 | 143 | 0 | 32 | 437 | 143 | 45 |
| Binary | 10010101 | 1 | 10111101 | 10101 | 1100011 | 0 | 11010 | 100011111 | 1100011 | 100101 |
Color Harmonies of #9501BD
Complementary color
Monochromatic Colors of #9501BD
Black with #9501BD
Text Example
Text Example
White with #9501BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9501BD; }
p { color: rgb(149,1,189); }
H1.HeaderClassName
{
color: #9501BD;
}
.AnyTagClassName
{
color: #9501BD;
}
</style>
background-color css
<style>
a { background-color: #9501BD; }
a { background-color: rgb(149,1,189); }
div.DivClassName
{
background-color: #9501BD;
}
.BgClassName
{
background-color: #9501BD;
}
</style>
border-color css
<style>
span { border-color: #9501BD; }
span { border-color: rgb(149,1,189); }
td.TdClassName
{
border-color: #9501BD;
}
.TagClassName
{
border-color: #9501BD;
}
</style>