Shades of Dark Violet #9504D8
Tints of Dark Violet #9504D8
RGB
CMYK
RGB Variations
Color information
#9504D8 (or 0x9504D8) is known color: Dark Violet. HEX triplet: 95, 04 and D8. RGB value is (149,4,216). Sum of RGB (Red+Green+Blue) = 149+4+216=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 4 (1.95% from 255 or 1.08% from 369); Blue value is 216 (84.77% from 255 or 58.54% from 369); Max value from RGB is 216 - color contains mainly: blue. Hex color #9504D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9504D8 is #6AFB27. Grayscale: #464646. Windows color (decimal): -7011112 or 14156949. OLE color: 14156949.
HSL color Cylindrical-coordinate representation of color #9504D8: hue angle of 281.04º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9504D8 is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 4 | 216 | - |
| CMYK | 0.31 | 0.98 | 0 | 0.15 |
| HSL | 281.04º | 0.96% | 0.43% | - |
| HSV(B) | 281.04º | 0.98% | 0.85% | - |
| XYZ | 24.83 | 11.43 | 65.86 | - |
| YUV | 71.52 | 209.54 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 4 | 216 | 0.31 | 0.98 | 0 | 0.15 | 281.04 | 0.96 | 0.43 |
| Hex | 95 | 4 | D8 | 1F | 62 | 0 | F | 119 | 60 | 2B |
| Octal | 225 | 4 | 330 | 37 | 142 | 0 | 17 | 431 | 140 | 53 |
| Binary | 10010101 | 100 | 11011000 | 11111 | 1100010 | 0 | 1111 | 100011001 | 1100000 | 101011 |
Color Harmonies of #9504D8
Complementary color
Monochromatic Colors of #9504D8
Black with #9504D8
Text Example
Text Example
White with #9504D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9504D8; }
p { color: rgb(149,4,216); }
H1.HeaderClassName
{
color: #9504D8;
}
.AnyTagClassName
{
color: #9504D8;
}
</style>
background-color css
<style>
a { background-color: #9504D8; }
a { background-color: rgb(149,4,216); }
div.DivClassName
{
background-color: #9504D8;
}
.BgClassName
{
background-color: #9504D8;
}
</style>
border-color css
<style>
span { border-color: #9504D8; }
span { border-color: rgb(149,4,216); }
td.TdClassName
{
border-color: #9504D8;
}
.TagClassName
{
border-color: #9504D8;
}
</style>