Shades of Dark Violet #9506D1
Tints of Dark Violet #9506D1
RGB
CMYK
RGB Variations
Color information
#9506D1 (or 0x9506D1) is known color: Dark Violet. HEX triplet: 95, 06 and D1. RGB value is (149,6,209). Sum of RGB (Red+Green+Blue) = 149+6+209=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 6 (2.73% from 255 or 1.65% from 364); Blue value is 209 (82.03% from 255 or 57.42% from 364); Max value from RGB is 209 - color contains mainly: blue. Hex color #9506D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9506D1 is #6AF92E. Grayscale: #474747. Windows color (decimal): -7010607 or 13698709. OLE color: 13698709.
HSL color Cylindrical-coordinate representation of color #9506D1: hue angle of 282.27º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9506D1 is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 6 | 209 | - |
| CMYK | 0.29 | 0.97 | 0 | 0.18 |
| HSL | 282.27º | 0.94% | 0.42% | - |
| HSV(B) | 282.27º | 0.97% | 0.82% | - |
| XYZ | 23.97 | 11.12 | 61.21 | - |
| YUV | 71.9 | 205.38 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 6 | 209 | 0.29 | 0.97 | 0 | 0.18 | 282.27 | 0.94 | 0.42 |
| Hex | 95 | 6 | D1 | 1D | 61 | 0 | 12 | 11A | 5E | 2A |
| Octal | 225 | 6 | 321 | 35 | 141 | 0 | 22 | 432 | 136 | 52 |
| Binary | 10010101 | 110 | 11010001 | 11101 | 1100001 | 0 | 10010 | 100011010 | 1011110 | 101010 |
Color Harmonies of #9506D1
Complementary color
Monochromatic Colors of #9506D1
Black with #9506D1
Text Example
Text Example
White with #9506D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9506D1; }
p { color: rgb(149,6,209); }
H1.HeaderClassName
{
color: #9506D1;
}
.AnyTagClassName
{
color: #9506D1;
}
</style>
background-color css
<style>
a { background-color: #9506D1; }
a { background-color: rgb(149,6,209); }
div.DivClassName
{
background-color: #9506D1;
}
.BgClassName
{
background-color: #9506D1;
}
</style>
border-color css
<style>
span { border-color: #9506D1; }
span { border-color: rgb(149,6,209); }
td.TdClassName
{
border-color: #9506D1;
}
.TagClassName
{
border-color: #9506D1;
}
</style>