Shades of Dark Violet #9504CA
Tints of Dark Violet #9504CA
RGB
CMYK
RGB Variations
Color information
#9504CA (or 0x9504CA) is known color: Dark Violet. HEX triplet: 95, 04 and CA. RGB value is (149,4,202). Sum of RGB (Red+Green+Blue) = 149+4+202=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 4 (1.95% from 255 or 1.13% from 355); Blue value is 202 (79.30% from 255 or 56.90% from 355); Max value from RGB is 202 - color contains mainly: blue. Hex color #9504CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9504CA is #6AFB35. Grayscale: #454545. Windows color (decimal): -7011126 or 13239445. OLE color: 13239445.
HSL color Cylindrical-coordinate representation of color #9504CA: hue angle of 283.94º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9504CA is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 4 | 202 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.21 |
| HSL | 283.94º | 0.96% | 0.4% | - |
| HSV(B) | 283.94º | 0.98% | 0.79% | - |
| XYZ | 23.1 | 10.74 | 56.73 | - |
| YUV | 69.93 | 202.54 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 4 | 202 | 0.26 | 0.98 | 0 | 0.21 | 283.94 | 0.96 | 0.4 |
| Hex | 95 | 4 | CA | 1A | 62 | 0 | 15 | 11C | 60 | 28 |
| Octal | 225 | 4 | 312 | 32 | 142 | 0 | 25 | 434 | 140 | 50 |
| Binary | 10010101 | 100 | 11001010 | 11010 | 1100010 | 0 | 10101 | 100011100 | 1100000 | 101000 |
Color Harmonies of #9504CA
Complementary color
Monochromatic Colors of #9504CA
Black with #9504CA
Text Example
Text Example
White with #9504CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9504CA; }
p { color: rgb(149,4,202); }
H1.HeaderClassName
{
color: #9504CA;
}
.AnyTagClassName
{
color: #9504CA;
}
</style>
background-color css
<style>
a { background-color: #9504CA; }
a { background-color: rgb(149,4,202); }
div.DivClassName
{
background-color: #9504CA;
}
.BgClassName
{
background-color: #9504CA;
}
</style>
border-color css
<style>
span { border-color: #9504CA; }
span { border-color: rgb(149,4,202); }
td.TdClassName
{
border-color: #9504CA;
}
.TagClassName
{
border-color: #9504CA;
}
</style>