Shades of Dark Violet #9502B5
Tints of Dark Violet #9502B5
RGB
CMYK
RGB Variations
Color information
#9502B5 (or 0x9502B5) is known color: Dark Violet. HEX triplet: 95, 02 and B5. RGB value is (149,2,181). Sum of RGB (Red+Green+Blue) = 149+2+181=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 2 (1.17% from 255 or 0.60% from 332); Blue value is 181 (71.09% from 255 or 54.52% from 332); Max value from RGB is 181 - color contains mainly: blue. Hex color #9502B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9502B5 is #6AFD4A. Grayscale: #414141. Windows color (decimal): -7011659 or 11862677. OLE color: 11862677.
HSL color Cylindrical-coordinate representation of color #9502B5: hue angle of 289.27º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9502B5 is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 149 | 2 | 181 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.29 |
| HSL | 289.27º | 0.98% | 0.36% | - |
| HSV(B) | 289.27º | 0.99% | 0.71% | - |
| XYZ | 20.76 | 9.77 | 44.51 | - |
| YUV | 66.36 | 192.7 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 2 | 181 | 0.18 | 0.99 | 0 | 0.29 | 289.27 | 0.98 | 0.36 |
| Hex | 95 | 2 | B5 | 12 | 63 | 0 | 1D | 121 | 62 | 24 |
| Octal | 225 | 2 | 265 | 22 | 143 | 0 | 35 | 441 | 142 | 44 |
| Binary | 10010101 | 10 | 10110101 | 10010 | 1100011 | 0 | 11101 | 100100001 | 1100010 | 100100 |
Color Harmonies of #9502B5
Complementary color
Monochromatic Colors of #9502B5
Black with #9502B5
Text Example
Text Example
White with #9502B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9502B5; }
p { color: rgb(149,2,181); }
H1.HeaderClassName
{
color: #9502B5;
}
.AnyTagClassName
{
color: #9502B5;
}
</style>
background-color css
<style>
a { background-color: #9502B5; }
a { background-color: rgb(149,2,181); }
div.DivClassName
{
background-color: #9502B5;
}
.BgClassName
{
background-color: #9502B5;
}
</style>
border-color css
<style>
span { border-color: #9502B5; }
span { border-color: rgb(149,2,181); }
td.TdClassName
{
border-color: #9502B5;
}
.TagClassName
{
border-color: #9502B5;
}
</style>