Shades of Dark Violet #9107ED
Tints of Dark Violet #9107ED
RGB
CMYK
RGB Variations
Color information
#9107ED (or 0x9107ED) is known color: Dark Violet. HEX triplet: 91, 07 and ED. RGB value is (145,7,237). Sum of RGB (Red+Green+Blue) = 145+7+237=389 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.28% from 389); Green value is 7 (3.12% from 255 or 1.80% from 389); Blue value is 237 (92.97% from 255 or 60.93% from 389); Max value from RGB is 237 - color contains mainly: blue. Hex color #9107ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9107ED is #6EF812. Grayscale: #494949. Windows color (decimal): -7272467 or 15533969. OLE color: 15533969.
HSL color Cylindrical-coordinate representation of color #9107ED: hue angle of 276º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9107ED is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 7 | 237 | - |
| CMYK | 0.39 | 0.97 | 0 | 0.07 |
| HSL | 276º | 0.94% | 0.48% | - |
| HSV(B) | 276º | 0.97% | 0.93% | - |
| XYZ | 27.04 | 12.29 | 81.07 | - |
| YUV | 74.48 | 219.72 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 7 | 237 | 0.39 | 0.97 | 0 | 0.07 | 276 | 0.94 | 0.48 |
| Hex | 91 | 7 | ED | 27 | 61 | 0 | 7 | 114 | 5E | 30 |
| Octal | 221 | 7 | 355 | 47 | 141 | 0 | 7 | 424 | 136 | 60 |
| Binary | 10010001 | 111 | 11101101 | 100111 | 1100001 | 0 | 111 | 100010100 | 1011110 | 110000 |
Color Harmonies of #9107ED
Complementary color
Monochromatic Colors of #9107ED
Black with #9107ED
Text Example
Text Example
White with #9107ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9107ED; }
p { color: rgb(145,7,237); }
H1.HeaderClassName
{
color: #9107ED;
}
.AnyTagClassName
{
color: #9107ED;
}
</style>
background-color css
<style>
a { background-color: #9107ED; }
a { background-color: rgb(145,7,237); }
div.DivClassName
{
background-color: #9107ED;
}
.BgClassName
{
background-color: #9107ED;
}
</style>
border-color css
<style>
span { border-color: #9107ED; }
span { border-color: rgb(145,7,237); }
td.TdClassName
{
border-color: #9107ED;
}
.TagClassName
{
border-color: #9107ED;
}
</style>