Shades of Dark Violet #9100DE
Tints of Dark Violet #9100DE
RGB
CMYK
RGB Variations
Color information
#9100DE (or 0x9100DE) is known color: Dark Violet. HEX triplet: 91, 00 and DE. RGB value is (145,0,222). Sum of RGB (Red+Green+Blue) = 145+0+222=367 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.51% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 222 (87.11% from 255 or 60.49% from 367); Max value from RGB is 222 - color contains mainly: blue. Hex color #9100DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9100DE is #6EFF21. Grayscale: #434343. Windows color (decimal): -7274274 or 14549137. OLE color: 14549137.
HSL color Cylindrical-coordinate representation of color #9100DE: hue angle of 279.19º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9100DE is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 0 | 222 | - |
| CMYK | 0.35 | 1 | 0 | 0.13 |
| HSL | 279.19º | 1% | 0.44% | - |
| HSV(B) | 279.19º | 1% | 0.87% | - |
| XYZ | 24.86 | 11.29 | 69.98 | - |
| YUV | 68.66 | 214.54 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 0 | 222 | 0.35 | 1 | 0 | 0.13 | 279.19 | 1 | 0.44 |
| Hex | 91 | 0 | DE | 23 | 64 | 0 | D | 117 | 64 | 2C |
| Octal | 221 | 0 | 336 | 43 | 144 | 0 | 15 | 427 | 144 | 54 |
| Binary | 10010001 | 0 | 11011110 | 100011 | 1100100 | 0 | 1101 | 100010111 | 1100100 | 101100 |
Color Harmonies of #9100DE
Complementary color
Monochromatic Colors of #9100DE
Black with #9100DE
Text Example
Text Example
White with #9100DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9100DE; }
p { color: rgb(145,0,222); }
H1.HeaderClassName
{
color: #9100DE;
}
.AnyTagClassName
{
color: #9100DE;
}
</style>
background-color css
<style>
a { background-color: #9100DE; }
a { background-color: rgb(145,0,222); }
div.DivClassName
{
background-color: #9100DE;
}
.BgClassName
{
background-color: #9100DE;
}
</style>
border-color css
<style>
span { border-color: #9100DE; }
span { border-color: rgb(145,0,222); }
td.TdClassName
{
border-color: #9100DE;
}
.TagClassName
{
border-color: #9100DE;
}
</style>