Shades of Dark Violet #9100EE
Tints of Dark Violet #9100EE
RGB
CMYK
RGB Variations
Color information
#9100EE (or 0x9100EE) is known color: Dark Violet. HEX triplet: 91, 00 and EE. RGB value is (145,0,238). Sum of RGB (Red+Green+Blue) = 145+0+238=383 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.86% from 383); Green value is 0 (0.39% from 255 or 0% from 383); Blue value is 238 (93.36% from 255 or 62.14% from 383); Max value from RGB is 238 - color contains mainly: blue. Hex color #9100EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9100EE is #6EFF11. Grayscale: #454545. Windows color (decimal): -7274258 or 15597713. OLE color: 15597713.
HSL color Cylindrical-coordinate representation of color #9100EE: hue angle of 276.55º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9100EE is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 0 | 238 | - |
| CMYK | 0.39 | 1 | 0 | 0.07 |
| HSL | 276.55º | 1% | 0.47% | - |
| HSV(B) | 276.55º | 1% | 0.93% | - |
| XYZ | 27.11 | 12.19 | 81.81 | - |
| YUV | 70.49 | 222.54 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 0 | 238 | 0.39 | 1 | 0 | 0.07 | 276.55 | 1 | 0.47 |
| Hex | 91 | 0 | EE | 27 | 64 | 0 | 7 | 115 | 64 | 2F |
| Octal | 221 | 0 | 356 | 47 | 144 | 0 | 7 | 425 | 144 | 57 |
| Binary | 10010001 | 0 | 11101110 | 100111 | 1100100 | 0 | 111 | 100010101 | 1100100 | 101111 |
Color Harmonies of #9100EE
Complementary color
Monochromatic Colors of #9100EE
Black with #9100EE
Text Example
Text Example
White with #9100EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9100EE; }
p { color: rgb(145,0,238); }
H1.HeaderClassName
{
color: #9100EE;
}
.AnyTagClassName
{
color: #9100EE;
}
</style>
background-color css
<style>
a { background-color: #9100EE; }
a { background-color: rgb(145,0,238); }
div.DivClassName
{
background-color: #9100EE;
}
.BgClassName
{
background-color: #9100EE;
}
</style>
border-color css
<style>
span { border-color: #9100EE; }
span { border-color: rgb(145,0,238); }
td.TdClassName
{
border-color: #9100EE;
}
.TagClassName
{
border-color: #9100EE;
}
</style>