Shades of Dark Violet #9101EC
Tints of Dark Violet #9101EC
RGB
CMYK
RGB Variations
Color information
#9101EC (or 0x9101EC) is known color: Dark Violet. HEX triplet: 91, 01 and EC. RGB value is (145,1,236). Sum of RGB (Red+Green+Blue) = 145+1+236=382 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.96% from 382); Green value is 1 (0.78% from 255 or 0.26% from 382); Blue value is 236 (92.58% from 255 or 61.78% from 382); Max value from RGB is 236 - color contains mainly: blue. Hex color #9101EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9101EC is #6EFE13. Grayscale: #464646. Windows color (decimal): -7274004 or 15466897. OLE color: 15466897.
HSL color Cylindrical-coordinate representation of color #9101EC: hue angle of 276.77º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9101EC is Cyan = 0.39, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 1 | 236 | - |
| CMYK | 0.39 | 1.00 | 0 | 0.07 |
| HSL | 276.77º | 0.99% | 0.46% | - |
| HSV(B) | 276.77º | 1% | 0.93% | - |
| XYZ | 26.83 | 12.1 | 80.28 | - |
| YUV | 70.85 | 221.21 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 236 | 0.39 | 1.00 | 0 | 0.07 | 276.77 | 0.99 | 0.46 |
| Hex | 91 | 1 | EC | 27 | 64 | 0 | 7 | 115 | 63 | 2E |
| Octal | 221 | 1 | 354 | 47 | 144 | 0 | 7 | 425 | 143 | 56 |
| Binary | 10010001 | 1 | 11101100 | 100111 | 1100100 | 0 | 111 | 100010101 | 1100011 | 101110 |
Color Harmonies of #9101EC
Complementary color
Monochromatic Colors of #9101EC
Black with #9101EC
Text Example
Text Example
White with #9101EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9101EC; }
p { color: rgb(145,1,236); }
H1.HeaderClassName
{
color: #9101EC;
}
.AnyTagClassName
{
color: #9101EC;
}
</style>
background-color css
<style>
a { background-color: #9101EC; }
a { background-color: rgb(145,1,236); }
div.DivClassName
{
background-color: #9101EC;
}
.BgClassName
{
background-color: #9101EC;
}
</style>
border-color css
<style>
span { border-color: #9101EC; }
span { border-color: rgb(145,1,236); }
td.TdClassName
{
border-color: #9101EC;
}
.TagClassName
{
border-color: #9101EC;
}
</style>