Shades of Dark Violet #9501D1
Tints of Dark Violet #9501D1
RGB
CMYK
RGB Variations
Color information
#9501D1 (or 0x9501D1) is known color: Dark Violet. HEX triplet: 95, 01 and D1. RGB value is (149,1,209). Sum of RGB (Red+Green+Blue) = 149+1+209=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 1 (0.78% from 255 or 0.28% from 359); Blue value is 209 (82.03% from 255 or 58.22% from 359); Max value from RGB is 209 - color contains mainly: blue. Hex color #9501D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9501D1 is #6AFE2E. Grayscale: #444444. Windows color (decimal): -7011887 or 13697429. OLE color: 13697429.
HSL color Cylindrical-coordinate representation of color #9501D1: hue angle of 282.69º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9501D1 is Cyan = 0.29, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 1 | 209 | - |
| CMYK | 0.29 | 1.00 | 0 | 0.18 |
| HSL | 282.69º | 0.99% | 0.41% | - |
| HSV(B) | 282.69º | 1% | 0.82% | - |
| XYZ | 23.91 | 11.01 | 61.19 | - |
| YUV | 68.96 | 207.03 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 1 | 209 | 0.29 | 1.00 | 0 | 0.18 | 282.69 | 0.99 | 0.41 |
| Hex | 95 | 1 | D1 | 1D | 64 | 0 | 12 | 11B | 63 | 29 |
| Octal | 225 | 1 | 321 | 35 | 144 | 0 | 22 | 433 | 143 | 51 |
| Binary | 10010101 | 1 | 11010001 | 11101 | 1100100 | 0 | 10010 | 100011011 | 1100011 | 101001 |
Color Harmonies of #9501D1
Complementary color
Monochromatic Colors of #9501D1
Black with #9501D1
Text Example
Text Example
White with #9501D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9501D1; }
p { color: rgb(149,1,209); }
H1.HeaderClassName
{
color: #9501D1;
}
.AnyTagClassName
{
color: #9501D1;
}
</style>
background-color css
<style>
a { background-color: #9501D1; }
a { background-color: rgb(149,1,209); }
div.DivClassName
{
background-color: #9501D1;
}
.BgClassName
{
background-color: #9501D1;
}
</style>
border-color css
<style>
span { border-color: #9501D1; }
span { border-color: rgb(149,1,209); }
td.TdClassName
{
border-color: #9501D1;
}
.TagClassName
{
border-color: #9501D1;
}
</style>