Shades of Dark Violet #9502CA
Tints of Dark Violet #9502CA
RGB
CMYK
RGB Variations
Color information
#9502CA (or 0x9502CA) is known color: Dark Violet. HEX triplet: 95, 02 and CA. RGB value is (149,2,202). Sum of RGB (Red+Green+Blue) = 149+2+202=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 2 (1.17% from 255 or 0.57% from 353); Blue value is 202 (79.30% from 255 or 57.22% from 353); Max value from RGB is 202 - color contains mainly: blue. Hex color #9502CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9502CA is #6AFD35. Grayscale: #444444. Windows color (decimal): -7011638 or 13238933. OLE color: 13238933.
HSL color Cylindrical-coordinate representation of color #9502CA: hue angle of 284.1º 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 #9502CA is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 2 | 202 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.21 |
| HSL | 284.1º | 0.98% | 0.4% | - |
| HSV(B) | 284.1º | 0.99% | 0.79% | - |
| XYZ | 23.08 | 10.7 | 56.73 | - |
| YUV | 68.75 | 203.2 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 2 | 202 | 0.26 | 0.99 | 0 | 0.21 | 284.1 | 0.98 | 0.4 |
| Hex | 95 | 2 | CA | 1A | 63 | 0 | 15 | 11C | 62 | 28 |
| Octal | 225 | 2 | 312 | 32 | 143 | 0 | 25 | 434 | 142 | 50 |
| Binary | 10010101 | 10 | 11001010 | 11010 | 1100011 | 0 | 10101 | 100011100 | 1100010 | 101000 |
Color Harmonies of #9502CA
Complementary color
Monochromatic Colors of #9502CA
Black with #9502CA
Text Example
Text Example
White with #9502CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9502CA; }
p { color: rgb(149,2,202); }
H1.HeaderClassName
{
color: #9502CA;
}
.AnyTagClassName
{
color: #9502CA;
}
</style>
background-color css
<style>
a { background-color: #9502CA; }
a { background-color: rgb(149,2,202); }
div.DivClassName
{
background-color: #9502CA;
}
.BgClassName
{
background-color: #9502CA;
}
</style>
border-color css
<style>
span { border-color: #9502CA; }
span { border-color: rgb(149,2,202); }
td.TdClassName
{
border-color: #9502CA;
}
.TagClassName
{
border-color: #9502CA;
}
</style>