Shades of Dark Violet #9502C9
Tints of Dark Violet #9502C9
RGB
CMYK
RGB Variations
Color information
#9502C9 (or 0x9502C9) is known color: Dark Violet. HEX triplet: 95, 02 and C9. RGB value is (149,2,201). Sum of RGB (Red+Green+Blue) = 149+2+201=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 2 (1.17% from 255 or 0.57% from 352); Blue value is 201 (78.91% from 255 or 57.10% from 352); Max value from RGB is 201 - color contains mainly: blue. Hex color #9502C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9502C9 is #6AFD36. Grayscale: #434343. Windows color (decimal): -7011639 or 13173397. OLE color: 13173397.
HSL color Cylindrical-coordinate representation of color #9502C9: hue angle of 284.32º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9502C9 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 2 | 201 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.21 |
| HSL | 284.32º | 0.98% | 0.4% | - |
| HSV(B) | 284.32º | 0.99% | 0.79% | - |
| XYZ | 22.96 | 10.65 | 56.1 | - |
| YUV | 68.64 | 202.7 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 2 | 201 | 0.26 | 0.99 | 0 | 0.21 | 284.32 | 0.98 | 0.4 |
| Hex | 95 | 2 | C9 | 1A | 63 | 0 | 15 | 11C | 62 | 28 |
| Octal | 225 | 2 | 311 | 32 | 143 | 0 | 25 | 434 | 142 | 50 |
| Binary | 10010101 | 10 | 11001001 | 11010 | 1100011 | 0 | 10101 | 100011100 | 1100010 | 101000 |
Color Harmonies of #9502C9
Complementary color
Monochromatic Colors of #9502C9
Black with #9502C9
Text Example
Text Example
White with #9502C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9502C9; }
p { color: rgb(149,2,201); }
H1.HeaderClassName
{
color: #9502C9;
}
.AnyTagClassName
{
color: #9502C9;
}
</style>
background-color css
<style>
a { background-color: #9502C9; }
a { background-color: rgb(149,2,201); }
div.DivClassName
{
background-color: #9502C9;
}
.BgClassName
{
background-color: #9502C9;
}
</style>
border-color css
<style>
span { border-color: #9502C9; }
span { border-color: rgb(149,2,201); }
td.TdClassName
{
border-color: #9502C9;
}
.TagClassName
{
border-color: #9502C9;
}
</style>