Shades of Dark Violet #9101ED
Tints of Dark Violet #9101ED
RGB
CMYK
RGB Variations
Color information
#9101ED (or 0x9101ED) is known color: Dark Violet. HEX triplet: 91, 01 and ED. RGB value is (145,1,237). Sum of RGB (Red+Green+Blue) = 145+1+237=383 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.86% from 383); Green value is 1 (0.78% from 255 or 0.26% from 383); Blue value is 237 (92.97% from 255 or 61.88% from 383); Max value from RGB is 237 - color contains mainly: blue. Hex color #9101ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9101ED is #6EFE12. Grayscale: #464646. Windows color (decimal): -7274003 or 15532433. OLE color: 15532433.
HSL color Cylindrical-coordinate representation of color #9101ED: hue angle of 276.61º 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 #9101ED is Cyan = 0.39, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 1 | 237 | - |
| CMYK | 0.39 | 1.00 | 0 | 0.07 |
| HSL | 276.61º | 0.99% | 0.47% | - |
| HSV(B) | 276.61º | 1% | 0.93% | - |
| XYZ | 26.97 | 12.16 | 81.05 | - |
| YUV | 70.96 | 221.71 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 237 | 0.39 | 1.00 | 0 | 0.07 | 276.61 | 0.99 | 0.47 |
| Hex | 91 | 1 | ED | 27 | 64 | 0 | 7 | 115 | 63 | 2F |
| Octal | 221 | 1 | 355 | 47 | 144 | 0 | 7 | 425 | 143 | 57 |
| Binary | 10010001 | 1 | 11101101 | 100111 | 1100100 | 0 | 111 | 100010101 | 1100011 | 101111 |
Color Harmonies of #9101ED
Complementary color
Monochromatic Colors of #9101ED
Black with #9101ED
Text Example
Text Example
White with #9101ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9101ED; }
p { color: rgb(145,1,237); }
H1.HeaderClassName
{
color: #9101ED;
}
.AnyTagClassName
{
color: #9101ED;
}
</style>
background-color css
<style>
a { background-color: #9101ED; }
a { background-color: rgb(145,1,237); }
div.DivClassName
{
background-color: #9101ED;
}
.BgClassName
{
background-color: #9101ED;
}
</style>
border-color css
<style>
span { border-color: #9101ED; }
span { border-color: rgb(145,1,237); }
td.TdClassName
{
border-color: #9101ED;
}
.TagClassName
{
border-color: #9101ED;
}
</style>