Shades of Dark Violet #9500E9
Tints of Dark Violet #9500E9
RGB
CMYK
RGB Variations
Color information
#9500E9 (or 0x9500E9) is known color: Dark Violet. HEX triplet: 95, 00 and E9. RGB value is (149,0,233). Sum of RGB (Red+Green+Blue) = 149+0+233=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 0 (0.39% from 255 or 0% from 382); Blue value is 233 (91.41% from 255 or 60.99% from 382); Max value from RGB is 233 - color contains mainly: blue. Hex color #9500E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9500E9 is #6AFF16. Grayscale: #464646. Windows color (decimal): -7012119 or 15270037. OLE color: 15270037.
HSL color Cylindrical-coordinate representation of color #9500E9: hue angle of 278.37º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9500E9 is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 0 | 233 | - |
| CMYK | 0.36 | 1 | 0 | 0.09 |
| HSL | 278.37º | 1% | 0.46% | - |
| HSV(B) | 278.37º | 1% | 0.91% | - |
| XYZ | 27.1 | 12.27 | 78.03 | - |
| YUV | 71.11 | 219.36 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 0 | 233 | 0.36 | 1 | 0 | 0.09 | 278.37 | 1 | 0.46 |
| Hex | 95 | 0 | E9 | 24 | 64 | 0 | 9 | 116 | 64 | 2E |
| Octal | 225 | 0 | 351 | 44 | 144 | 0 | 11 | 426 | 144 | 56 |
| Binary | 10010101 | 0 | 11101001 | 100100 | 1100100 | 0 | 1001 | 100010110 | 1100100 | 101110 |
Color Harmonies of #9500E9
Complementary color
Monochromatic Colors of #9500E9
Black with #9500E9
Text Example
Text Example
White with #9500E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9500E9; }
p { color: rgb(149,0,233); }
H1.HeaderClassName
{
color: #9500E9;
}
.AnyTagClassName
{
color: #9500E9;
}
</style>
background-color css
<style>
a { background-color: #9500E9; }
a { background-color: rgb(149,0,233); }
div.DivClassName
{
background-color: #9500E9;
}
.BgClassName
{
background-color: #9500E9;
}
</style>
border-color css
<style>
span { border-color: #9500E9; }
span { border-color: rgb(149,0,233); }
td.TdClassName
{
border-color: #9500E9;
}
.TagClassName
{
border-color: #9500E9;
}
</style>