Shades of Dark Violet #9502B7
Tints of Dark Violet #9502B7
RGB
CMYK
RGB Variations
Color information
#9502B7 (or 0x9502B7) is known color: Dark Violet. HEX triplet: 95, 02 and B7. RGB value is (149,2,183). Sum of RGB (Red+Green+Blue) = 149+2+183=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 2 (1.17% from 255 or 0.60% from 334); Blue value is 183 (71.88% from 255 or 54.79% from 334); Max value from RGB is 183 - color contains mainly: blue. Hex color #9502B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9502B7 is #6AFD48. Grayscale: #424242. Windows color (decimal): -7011657 or 11993749. OLE color: 11993749.
HSL color Cylindrical-coordinate representation of color #9502B7: hue angle of 288.73º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9502B7 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 149 | 2 | 183 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.28 |
| HSL | 288.73º | 0.98% | 0.36% | - |
| HSV(B) | 288.73º | 0.99% | 0.72% | - |
| XYZ | 20.96 | 9.85 | 45.6 | - |
| YUV | 66.59 | 193.7 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 2 | 183 | 0.19 | 0.99 | 0 | 0.28 | 288.73 | 0.98 | 0.36 |
| Hex | 95 | 2 | B7 | 13 | 63 | 0 | 1C | 121 | 62 | 24 |
| Octal | 225 | 2 | 267 | 23 | 143 | 0 | 34 | 441 | 142 | 44 |
| Binary | 10010101 | 10 | 10110111 | 10011 | 1100011 | 0 | 11100 | 100100001 | 1100010 | 100100 |
Color Harmonies of #9502B7
Complementary color
Monochromatic Colors of #9502B7
Black with #9502B7
Text Example
Text Example
White with #9502B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9502B7; }
p { color: rgb(149,2,183); }
H1.HeaderClassName
{
color: #9502B7;
}
.AnyTagClassName
{
color: #9502B7;
}
</style>
background-color css
<style>
a { background-color: #9502B7; }
a { background-color: rgb(149,2,183); }
div.DivClassName
{
background-color: #9502B7;
}
.BgClassName
{
background-color: #9502B7;
}
</style>
border-color css
<style>
span { border-color: #9502B7; }
span { border-color: rgb(149,2,183); }
td.TdClassName
{
border-color: #9502B7;
}
.TagClassName
{
border-color: #9502B7;
}
</style>