Shades of Dark Violet #9501BF
Tints of Dark Violet #9501BF
RGB
CMYK
RGB Variations
Color information
#9501BF (or 0x9501BF) is known color: Dark Violet. HEX triplet: 95, 01 and BF. RGB value is (149,1,191). Sum of RGB (Red+Green+Blue) = 149+1+191=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 191 (75% from 255 or 56.01% from 341); Max value from RGB is 191 - color contains mainly: blue. Hex color #9501BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9501BF is #6AFE40. Grayscale: #424242. Windows color (decimal): -7011905 or 12517781. OLE color: 12517781.
HSL color Cylindrical-coordinate representation of color #9501BF: hue angle of 286.74º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9501BF is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 1 | 191 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.25 |
| HSL | 286.74º | 0.99% | 0.38% | - |
| HSV(B) | 286.74º | 0.99% | 0.75% | - |
| XYZ | 21.81 | 10.17 | 50.1 | - |
| YUV | 66.91 | 198.03 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 1 | 191 | 0.22 | 0.99 | 0 | 0.25 | 286.74 | 0.99 | 0.38 |
| Hex | 95 | 1 | BF | 16 | 63 | 0 | 19 | 11F | 63 | 26 |
| Octal | 225 | 1 | 277 | 26 | 143 | 0 | 31 | 437 | 143 | 46 |
| Binary | 10010101 | 1 | 10111111 | 10110 | 1100011 | 0 | 11001 | 100011111 | 1100011 | 100110 |
Color Harmonies of #9501BF
Complementary color
Monochromatic Colors of #9501BF
Black with #9501BF
Text Example
Text Example
White with #9501BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9501BF; }
p { color: rgb(149,1,191); }
H1.HeaderClassName
{
color: #9501BF;
}
.AnyTagClassName
{
color: #9501BF;
}
</style>
background-color css
<style>
a { background-color: #9501BF; }
a { background-color: rgb(149,1,191); }
div.DivClassName
{
background-color: #9501BF;
}
.BgClassName
{
background-color: #9501BF;
}
</style>
border-color css
<style>
span { border-color: #9501BF; }
span { border-color: rgb(149,1,191); }
td.TdClassName
{
border-color: #9501BF;
}
.TagClassName
{
border-color: #9501BF;
}
</style>