Shades of Dark Violet #9503CA
Tints of Dark Violet #9503CA
RGB
CMYK
RGB Variations
Color information
#9503CA (or 0x9503CA) is known color: Dark Violet. HEX triplet: 95, 03 and CA. RGB value is (149,3,202). Sum of RGB (Red+Green+Blue) = 149+3+202=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 3 (1.56% from 255 or 0.85% from 354); Blue value is 202 (79.30% from 255 or 57.06% from 354); Max value from RGB is 202 - color contains mainly: blue. Hex color #9503CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9503CA is #6AFC35. Grayscale: #444444. Windows color (decimal): -7011382 or 13239189. OLE color: 13239189.
HSL color Cylindrical-coordinate representation of color #9503CA: hue angle of 284.02º degrees, saturation: 0.97, 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 #9503CA is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 3 | 202 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.21 |
| HSL | 284.02º | 0.97% | 0.4% | - |
| HSV(B) | 284.02º | 0.99% | 0.79% | - |
| XYZ | 23.09 | 10.72 | 56.73 | - |
| YUV | 69.34 | 202.87 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 3 | 202 | 0.26 | 0.99 | 0 | 0.21 | 284.02 | 0.97 | 0.4 |
| Hex | 95 | 3 | CA | 1A | 63 | 0 | 15 | 11C | 61 | 28 |
| Octal | 225 | 3 | 312 | 32 | 143 | 0 | 25 | 434 | 141 | 50 |
| Binary | 10010101 | 11 | 11001010 | 11010 | 1100011 | 0 | 10101 | 100011100 | 1100001 | 101000 |
Color Harmonies of #9503CA
Complementary color
Monochromatic Colors of #9503CA
Black with #9503CA
Text Example
Text Example
White with #9503CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9503CA; }
p { color: rgb(149,3,202); }
H1.HeaderClassName
{
color: #9503CA;
}
.AnyTagClassName
{
color: #9503CA;
}
</style>
background-color css
<style>
a { background-color: #9503CA; }
a { background-color: rgb(149,3,202); }
div.DivClassName
{
background-color: #9503CA;
}
.BgClassName
{
background-color: #9503CA;
}
</style>
border-color css
<style>
span { border-color: #9503CA; }
span { border-color: rgb(149,3,202); }
td.TdClassName
{
border-color: #9503CA;
}
.TagClassName
{
border-color: #9503CA;
}
</style>