Shades of Dark Violet #9500B8
Tints of Dark Violet #9500B8
RGB
CMYK
RGB Variations
Color information
#9500B8 (or 0x9500B8) is known color: Dark Violet. HEX triplet: 95, 00 and B8. RGB value is (149,0,184). Sum of RGB (Red+Green+Blue) = 149+0+184=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 184 (72.27% from 255 or 55.26% from 333); Max value from RGB is 184 - color contains mainly: blue. Hex color #9500B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9500B8 is #6AFF47. Grayscale: #404040. Windows color (decimal): -7012168 or 12058773. OLE color: 12058773.
HSL color Cylindrical-coordinate representation of color #9500B8: hue angle of 288.59º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9500B8 is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 149 | 0 | 184 | - |
| CMYK | 0.19 | 1 | 0 | 0.28 |
| HSL | 288.59º | 1% | 0.36% | - |
| HSV(B) | 288.59º | 1% | 0.72% | - |
| XYZ | 21.05 | 9.85 | 46.14 | - |
| YUV | 65.53 | 194.86 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 0 | 184 | 0.19 | 1 | 0 | 0.28 | 288.59 | 1 | 0.36 |
| Hex | 95 | 0 | B8 | 13 | 64 | 0 | 1C | 121 | 64 | 24 |
| Octal | 225 | 0 | 270 | 23 | 144 | 0 | 34 | 441 | 144 | 44 |
| Binary | 10010101 | 0 | 10111000 | 10011 | 1100100 | 0 | 11100 | 100100001 | 1100100 | 100100 |
Color Harmonies of #9500B8
Complementary color
Monochromatic Colors of #9500B8
Black with #9500B8
Text Example
Text Example
White with #9500B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9500B8; }
p { color: rgb(149,0,184); }
H1.HeaderClassName
{
color: #9500B8;
}
.AnyTagClassName
{
color: #9500B8;
}
</style>
background-color css
<style>
a { background-color: #9500B8; }
a { background-color: rgb(149,0,184); }
div.DivClassName
{
background-color: #9500B8;
}
.BgClassName
{
background-color: #9500B8;
}
</style>
border-color css
<style>
span { border-color: #9500B8; }
span { border-color: rgb(149,0,184); }
td.TdClassName
{
border-color: #9500B8;
}
.TagClassName
{
border-color: #9500B8;
}
</style>