Shades of Dark Violet #9511EA
Tints of Dark Violet #9511EA
RGB
CMYK
RGB Variations
Color information
#9511EA (or 0x9511EA) is known color: Dark Violet. HEX triplet: 95, 11 and EA. RGB value is (149,17,234). Sum of RGB (Red+Green+Blue) = 149+17+234=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 17 (7.03% from 255 or 4.25% from 400); Blue value is 234 (91.80% from 255 or 58.5% from 400); Max value from RGB is 234 - color contains mainly: blue. Hex color #9511EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9511EA is #6AEE15. Grayscale: #505050. Windows color (decimal): -7007766 or 15339925. OLE color: 15339925.
HSL color Cylindrical-coordinate representation of color #9511EA: hue angle of 276.5º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9511EA is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 17 | 234 | - |
| CMYK | 0.36 | 0.93 | 0 | 0.08 |
| HSL | 276.5º | 0.86% | 0.49% | - |
| HSV(B) | 276.5º | 0.93% | 0.92% | - |
| XYZ | 27.45 | 12.73 | 78.85 | - |
| YUV | 81.21 | 214.23 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 17 | 234 | 0.36 | 0.93 | 0 | 0.08 | 276.5 | 0.86 | 0.49 |
| Hex | 95 | 11 | EA | 24 | 5D | 0 | 8 | 114 | 56 | 31 |
| Octal | 225 | 21 | 352 | 44 | 135 | 0 | 10 | 424 | 126 | 61 |
| Binary | 10010101 | 10001 | 11101010 | 100100 | 1011101 | 0 | 1000 | 100010100 | 1010110 | 110001 |
Color Harmonies of #9511EA
Complementary color
Monochromatic Colors of #9511EA
Black with #9511EA
Text Example
Text Example
White with #9511EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9511EA; }
p { color: rgb(149,17,234); }
H1.HeaderClassName
{
color: #9511EA;
}
.AnyTagClassName
{
color: #9511EA;
}
</style>
background-color css
<style>
a { background-color: #9511EA; }
a { background-color: rgb(149,17,234); }
div.DivClassName
{
background-color: #9511EA;
}
.BgClassName
{
background-color: #9511EA;
}
</style>
border-color css
<style>
span { border-color: #9511EA; }
span { border-color: rgb(149,17,234); }
td.TdClassName
{
border-color: #9511EA;
}
.TagClassName
{
border-color: #9511EA;
}
</style>