Shades of Dark Violet #9504B8
Tints of Dark Violet #9504B8
RGB
CMYK
RGB Variations
Color information
#9504B8 (or 0x9504B8) is known color: Dark Violet. HEX triplet: 95, 04 and B8. RGB value is (149,4,184). Sum of RGB (Red+Green+Blue) = 149+4+184=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 4 (1.95% from 255 or 1.19% from 337); Blue value is 184 (72.27% from 255 or 54.60% from 337); Max value from RGB is 184 - color contains mainly: blue. Hex color #9504B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9504B8 is #6AFB47. Grayscale: #434343. Windows color (decimal): -7011144 or 12059797. OLE color: 12059797.
HSL color Cylindrical-coordinate representation of color #9504B8: hue angle of 288.33º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9504B8 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 149 | 4 | 184 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.28 |
| HSL | 288.33º | 0.96% | 0.37% | - |
| HSV(B) | 288.33º | 0.98% | 0.72% | - |
| XYZ | 21.09 | 9.94 | 46.15 | - |
| YUV | 67.88 | 193.54 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 4 | 184 | 0.19 | 0.98 | 0 | 0.28 | 288.33 | 0.96 | 0.37 |
| Hex | 95 | 4 | B8 | 13 | 62 | 0 | 1C | 120 | 60 | 25 |
| Octal | 225 | 4 | 270 | 23 | 142 | 0 | 34 | 440 | 140 | 45 |
| Binary | 10010101 | 100 | 10111000 | 10011 | 1100010 | 0 | 11100 | 100100000 | 1100000 | 100101 |
Color Harmonies of #9504B8
Complementary color
Monochromatic Colors of #9504B8
Black with #9504B8
Text Example
Text Example
White with #9504B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9504B8; }
p { color: rgb(149,4,184); }
H1.HeaderClassName
{
color: #9504B8;
}
.AnyTagClassName
{
color: #9504B8;
}
</style>
background-color css
<style>
a { background-color: #9504B8; }
a { background-color: rgb(149,4,184); }
div.DivClassName
{
background-color: #9504B8;
}
.BgClassName
{
background-color: #9504B8;
}
</style>
border-color css
<style>
span { border-color: #9504B8; }
span { border-color: rgb(149,4,184); }
td.TdClassName
{
border-color: #9504B8;
}
.TagClassName
{
border-color: #9504B8;
}
</style>