Shades of Dark Violet #9504B7
Tints of Dark Violet #9504B7
RGB
CMYK
RGB Variations
Color information
#9504B7 (or 0x9504B7) is known color: Dark Violet. HEX triplet: 95, 04 and B7. RGB value is (149,4,183). Sum of RGB (Red+Green+Blue) = 149+4+183=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 4 (1.95% from 255 or 1.19% from 336); Blue value is 183 (71.88% from 255 or 54.46% from 336); Max value from RGB is 183 - color contains mainly: blue. Hex color #9504B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9504B7 is #6AFB48. Grayscale: #434343. Windows color (decimal): -7011145 or 11994261. OLE color: 11994261.
HSL color Cylindrical-coordinate representation of color #9504B7: hue angle of 288.6º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9504B7 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 149 | 4 | 183 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.28 |
| HSL | 288.6º | 0.96% | 0.37% | - |
| HSV(B) | 288.6º | 0.98% | 0.72% | - |
| XYZ | 20.99 | 9.9 | 45.6 | - |
| YUV | 67.76 | 193.04 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 4 | 183 | 0.19 | 0.98 | 0 | 0.28 | 288.6 | 0.96 | 0.37 |
| Hex | 95 | 4 | B7 | 13 | 62 | 0 | 1C | 121 | 60 | 25 |
| Octal | 225 | 4 | 267 | 23 | 142 | 0 | 34 | 441 | 140 | 45 |
| Binary | 10010101 | 100 | 10110111 | 10011 | 1100010 | 0 | 11100 | 100100001 | 1100000 | 100101 |
Color Harmonies of #9504B7
Complementary color
Monochromatic Colors of #9504B7
Black with #9504B7
Text Example
Text Example
White with #9504B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9504B7; }
p { color: rgb(149,4,183); }
H1.HeaderClassName
{
color: #9504B7;
}
.AnyTagClassName
{
color: #9504B7;
}
</style>
background-color css
<style>
a { background-color: #9504B7; }
a { background-color: rgb(149,4,183); }
div.DivClassName
{
background-color: #9504B7;
}
.BgClassName
{
background-color: #9504B7;
}
</style>
border-color css
<style>
span { border-color: #9504B7; }
span { border-color: rgb(149,4,183); }
td.TdClassName
{
border-color: #9504B7;
}
.TagClassName
{
border-color: #9504B7;
}
</style>