Shades of Dark Violet #9500EB
Tints of Dark Violet #9500EB
RGB
CMYK
RGB Variations
Color information
#9500EB (or 0x9500EB) is known color: Dark Violet. HEX triplet: 95, 00 and EB. RGB value is (149,0,235). Sum of RGB (Red+Green+Blue) = 149+0+235=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 0 (0.39% from 255 or 0% from 384); Blue value is 235 (92.19% from 255 or 61.20% from 384); Max value from RGB is 235 - color contains mainly: blue. Hex color #9500EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9500EB is #6AFF14. Grayscale: #464646. Windows color (decimal): -7012117 or 15401109. OLE color: 15401109.
HSL color Cylindrical-coordinate representation of color #9500EB: hue angle of 278.04º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9500EB is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 0 | 235 | - |
| CMYK | 0.37 | 1 | 0 | 0.08 |
| HSL | 278.04º | 1% | 0.46% | - |
| HSV(B) | 278.04º | 1% | 0.92% | - |
| XYZ | 27.39 | 12.39 | 79.54 | - |
| YUV | 71.34 | 220.36 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 0 | 235 | 0.37 | 1 | 0 | 0.08 | 278.04 | 1 | 0.46 |
| Hex | 95 | 0 | EB | 25 | 64 | 0 | 8 | 116 | 64 | 2E |
| Octal | 225 | 0 | 353 | 45 | 144 | 0 | 10 | 426 | 144 | 56 |
| Binary | 10010101 | 0 | 11101011 | 100101 | 1100100 | 0 | 1000 | 100010110 | 1100100 | 101110 |
Color Harmonies of #9500EB
Complementary color
Monochromatic Colors of #9500EB
Black with #9500EB
Text Example
Text Example
White with #9500EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9500EB; }
p { color: rgb(149,0,235); }
H1.HeaderClassName
{
color: #9500EB;
}
.AnyTagClassName
{
color: #9500EB;
}
</style>
background-color css
<style>
a { background-color: #9500EB; }
a { background-color: rgb(149,0,235); }
div.DivClassName
{
background-color: #9500EB;
}
.BgClassName
{
background-color: #9500EB;
}
</style>
border-color css
<style>
span { border-color: #9500EB; }
span { border-color: rgb(149,0,235); }
td.TdClassName
{
border-color: #9500EB;
}
.TagClassName
{
border-color: #9500EB;
}
</style>