Shades of Dark Violet #9504D1
Tints of Dark Violet #9504D1
RGB
CMYK
RGB Variations
Color information
#9504D1 (or 0x9504D1) is known color: Dark Violet. HEX triplet: 95, 04 and D1. RGB value is (149,4,209). Sum of RGB (Red+Green+Blue) = 149+4+209=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 4 (1.95% from 255 or 1.10% from 362); Blue value is 209 (82.03% from 255 or 57.73% from 362); Max value from RGB is 209 - color contains mainly: blue. Hex color #9504D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9504D1 is #6AFB2E. Grayscale: #464646. Windows color (decimal): -7011119 or 13698197. OLE color: 13698197.
HSL color Cylindrical-coordinate representation of color #9504D1: hue angle of 282.44º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9504D1 is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 4 | 209 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.18 |
| HSL | 282.44º | 0.96% | 0.42% | - |
| HSV(B) | 282.44º | 0.98% | 0.82% | - |
| XYZ | 23.95 | 11.08 | 61.2 | - |
| YUV | 70.73 | 206.04 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 4 | 209 | 0.29 | 0.98 | 0 | 0.18 | 282.44 | 0.96 | 0.42 |
| Hex | 95 | 4 | D1 | 1D | 62 | 0 | 12 | 11A | 60 | 2A |
| Octal | 225 | 4 | 321 | 35 | 142 | 0 | 22 | 432 | 140 | 52 |
| Binary | 10010101 | 100 | 11010001 | 11101 | 1100010 | 0 | 10010 | 100011010 | 1100000 | 101010 |
Color Harmonies of #9504D1
Complementary color
Monochromatic Colors of #9504D1
Black with #9504D1
Text Example
Text Example
White with #9504D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9504D1; }
p { color: rgb(149,4,209); }
H1.HeaderClassName
{
color: #9504D1;
}
.AnyTagClassName
{
color: #9504D1;
}
</style>
background-color css
<style>
a { background-color: #9504D1; }
a { background-color: rgb(149,4,209); }
div.DivClassName
{
background-color: #9504D1;
}
.BgClassName
{
background-color: #9504D1;
}
</style>
border-color css
<style>
span { border-color: #9504D1; }
span { border-color: rgb(149,4,209); }
td.TdClassName
{
border-color: #9504D1;
}
.TagClassName
{
border-color: #9504D1;
}
</style>