Shades of Dark Violet #9101EE
Tints of Dark Violet #9101EE
RGB
CMYK
RGB Variations
Color information
#9101EE (or 0x9101EE) is known color: Dark Violet. HEX triplet: 91, 01 and EE. RGB value is (145,1,238). Sum of RGB (Red+Green+Blue) = 145+1+238=384 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.76% from 384); Green value is 1 (0.78% from 255 or 0.26% from 384); Blue value is 238 (93.36% from 255 or 61.98% from 384); Max value from RGB is 238 - color contains mainly: blue. Hex color #9101EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9101EE is #6EFE11. Grayscale: #464646. Windows color (decimal): -7274002 or 15597969. OLE color: 15597969.
HSL color Cylindrical-coordinate representation of color #9101EE: hue angle of 276.46º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9101EE is Cyan = 0.39, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 1 | 238 | - |
| CMYK | 0.39 | 1.00 | 0 | 0.07 |
| HSL | 276.46º | 0.99% | 0.47% | - |
| HSV(B) | 276.46º | 1% | 0.93% | - |
| XYZ | 27.12 | 12.21 | 81.82 | - |
| YUV | 71.07 | 222.21 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 238 | 0.39 | 1.00 | 0 | 0.07 | 276.46 | 0.99 | 0.47 |
| Hex | 91 | 1 | EE | 27 | 64 | 0 | 7 | 114 | 63 | 2F |
| Octal | 221 | 1 | 356 | 47 | 144 | 0 | 7 | 424 | 143 | 57 |
| Binary | 10010001 | 1 | 11101110 | 100111 | 1100100 | 0 | 111 | 100010100 | 1100011 | 101111 |
Color Harmonies of #9101EE
Complementary color
Monochromatic Colors of #9101EE
Black with #9101EE
Text Example
Text Example
White with #9101EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9101EE; }
p { color: rgb(145,1,238); }
H1.HeaderClassName
{
color: #9101EE;
}
.AnyTagClassName
{
color: #9101EE;
}
</style>
background-color css
<style>
a { background-color: #9101EE; }
a { background-color: rgb(145,1,238); }
div.DivClassName
{
background-color: #9101EE;
}
.BgClassName
{
background-color: #9101EE;
}
</style>
border-color css
<style>
span { border-color: #9101EE; }
span { border-color: rgb(145,1,238); }
td.TdClassName
{
border-color: #9101EE;
}
.TagClassName
{
border-color: #9101EE;
}
</style>