Shades of Dark Violet #9504C0
Tints of Dark Violet #9504C0
RGB
CMYK
RGB Variations
Color information
#9504C0 (or 0x9504C0) is known color: Dark Violet. HEX triplet: 95, 04 and C0. RGB value is (149,4,192). Sum of RGB (Red+Green+Blue) = 149+4+192=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 4 (1.95% from 255 or 1.16% from 345); Blue value is 192 (75.39% from 255 or 55.65% from 345); Max value from RGB is 192 - color contains mainly: blue. Hex color #9504C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9504C0 is #6AFB3F. Grayscale: #444444. Windows color (decimal): -7011136 or 12584085. OLE color: 12584085.
HSL color Cylindrical-coordinate representation of color #9504C0: hue angle of 286.28º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9504C0 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 4 | 192 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.25 |
| HSL | 286.28º | 0.96% | 0.38% | - |
| HSV(B) | 286.28º | 0.98% | 0.75% | - |
| XYZ | 21.95 | 10.28 | 50.7 | - |
| YUV | 68.79 | 197.54 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 4 | 192 | 0.22 | 0.98 | 0 | 0.25 | 286.28 | 0.96 | 0.38 |
| Hex | 95 | 4 | C0 | 16 | 62 | 0 | 19 | 11E | 60 | 26 |
| Octal | 225 | 4 | 300 | 26 | 142 | 0 | 31 | 436 | 140 | 46 |
| Binary | 10010101 | 100 | 11000000 | 10110 | 1100010 | 0 | 11001 | 100011110 | 1100000 | 100110 |
Color Harmonies of #9504C0
Complementary color
Monochromatic Colors of #9504C0
Black with #9504C0
Text Example
Text Example
White with #9504C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9504C0; }
p { color: rgb(149,4,192); }
H1.HeaderClassName
{
color: #9504C0;
}
.AnyTagClassName
{
color: #9504C0;
}
</style>
background-color css
<style>
a { background-color: #9504C0; }
a { background-color: rgb(149,4,192); }
div.DivClassName
{
background-color: #9504C0;
}
.BgClassName
{
background-color: #9504C0;
}
</style>
border-color css
<style>
span { border-color: #9504C0; }
span { border-color: rgb(149,4,192); }
td.TdClassName
{
border-color: #9504C0;
}
.TagClassName
{
border-color: #9504C0;
}
</style>