Shades of Dark Violet #9501EA
Tints of Dark Violet #9501EA
RGB
CMYK
RGB Variations
Color information
#9501EA (or 0x9501EA) is known color: Dark Violet. HEX triplet: 95, 01 and EA. RGB value is (149,1,234). Sum of RGB (Red+Green+Blue) = 149+1+234=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 1 (0.78% from 255 or 0.26% from 384); Blue value is 234 (91.80% from 255 or 60.94% from 384); Max value from RGB is 234 - color contains mainly: blue. Hex color #9501EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9501EA is #6AFE15. Grayscale: #474747. Windows color (decimal): -7011862 or 15335829. OLE color: 15335829.
HSL color Cylindrical-coordinate representation of color #9501EA: hue angle of 278.11º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9501EA is Cyan = 0.36, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 1 | 234 | - |
| CMYK | 0.36 | 1.00 | 0 | 0.08 |
| HSL | 278.11º | 0.99% | 0.46% | - |
| HSV(B) | 278.11º | 1% | 0.92% | - |
| XYZ | 27.26 | 12.35 | 78.79 | - |
| YUV | 71.81 | 219.53 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 1 | 234 | 0.36 | 1.00 | 0 | 0.08 | 278.11 | 0.99 | 0.46 |
| Hex | 95 | 1 | EA | 24 | 64 | 0 | 8 | 116 | 63 | 2E |
| Octal | 225 | 1 | 352 | 44 | 144 | 0 | 10 | 426 | 143 | 56 |
| Binary | 10010101 | 1 | 11101010 | 100100 | 1100100 | 0 | 1000 | 100010110 | 1100011 | 101110 |
Color Harmonies of #9501EA
Complementary color
Monochromatic Colors of #9501EA
Black with #9501EA
Text Example
Text Example
White with #9501EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9501EA; }
p { color: rgb(149,1,234); }
H1.HeaderClassName
{
color: #9501EA;
}
.AnyTagClassName
{
color: #9501EA;
}
</style>
background-color css
<style>
a { background-color: #9501EA; }
a { background-color: rgb(149,1,234); }
div.DivClassName
{
background-color: #9501EA;
}
.BgClassName
{
background-color: #9501EA;
}
</style>
border-color css
<style>
span { border-color: #9501EA; }
span { border-color: rgb(149,1,234); }
td.TdClassName
{
border-color: #9501EA;
}
.TagClassName
{
border-color: #9501EA;
}
</style>