Shades of Dark Violet #9109ED
Tints of Dark Violet #9109ED
RGB
CMYK
RGB Variations
Color information
#9109ED (or 0x9109ED) is known color: Dark Violet. HEX triplet: 91, 09 and ED. RGB value is (145,9,237). Sum of RGB (Red+Green+Blue) = 145+9+237=391 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.08% from 391); Green value is 9 (3.91% from 255 or 2.30% from 391); Blue value is 237 (92.97% from 255 or 60.61% from 391); Max value from RGB is 237 - color contains mainly: blue. Hex color #9109ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9109ED is #6EF612. Grayscale: #4A4A4A. Windows color (decimal): -7271955 or 15534481. OLE color: 15534481.
HSL color Cylindrical-coordinate representation of color #9109ED: hue angle of 275.79º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9109ED is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 9 | 237 | - |
| CMYK | 0.39 | 0.96 | 0 | 0.07 |
| HSL | 275.79º | 0.93% | 0.48% | - |
| HSV(B) | 275.79º | 0.96% | 0.93% | - |
| XYZ | 27.06 | 12.33 | 81.07 | - |
| YUV | 75.66 | 219.06 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 9 | 237 | 0.39 | 0.96 | 0 | 0.07 | 275.79 | 0.93 | 0.48 |
| Hex | 91 | 9 | ED | 27 | 60 | 0 | 7 | 114 | 5D | 30 |
| Octal | 221 | 11 | 355 | 47 | 140 | 0 | 7 | 424 | 135 | 60 |
| Binary | 10010001 | 1001 | 11101101 | 100111 | 1100000 | 0 | 111 | 100010100 | 1011101 | 110000 |
Color Harmonies of #9109ED
Complementary color
Monochromatic Colors of #9109ED
Black with #9109ED
Text Example
Text Example
White with #9109ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9109ED; }
p { color: rgb(145,9,237); }
H1.HeaderClassName
{
color: #9109ED;
}
.AnyTagClassName
{
color: #9109ED;
}
</style>
background-color css
<style>
a { background-color: #9109ED; }
a { background-color: rgb(145,9,237); }
div.DivClassName
{
background-color: #9109ED;
}
.BgClassName
{
background-color: #9109ED;
}
</style>
border-color css
<style>
span { border-color: #9109ED; }
span { border-color: rgb(145,9,237); }
td.TdClassName
{
border-color: #9109ED;
}
.TagClassName
{
border-color: #9109ED;
}
</style>