Shades of Dark Violet #9100DC
Tints of Dark Violet #9100DC
RGB
CMYK
RGB Variations
Color information
#9100DC (or 0x9100DC) is known color: Dark Violet. HEX triplet: 91, 00 and DC. RGB value is (145,0,220). Sum of RGB (Red+Green+Blue) = 145+0+220=365 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.73% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 220 (86.33% from 255 or 60.27% from 365); Max value from RGB is 220 - color contains mainly: blue. Hex color #9100DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9100DC is #6EFF23. Grayscale: #434343. Windows color (decimal): -7274276 or 14418065. OLE color: 14418065.
HSL color Cylindrical-coordinate representation of color #9100DC: hue angle of 279.55º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9100DC is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 0 | 220 | - |
| CMYK | 0.34 | 1 | 0 | 0.14 |
| HSL | 279.55º | 1% | 0.43% | - |
| HSV(B) | 279.55º | 1% | 0.86% | - |
| XYZ | 24.6 | 11.19 | 68.57 | - |
| YUV | 68.44 | 213.54 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 0 | 220 | 0.34 | 1 | 0 | 0.14 | 279.55 | 1 | 0.43 |
| Hex | 91 | 0 | DC | 22 | 64 | 0 | E | 118 | 64 | 2B |
| Octal | 221 | 0 | 334 | 42 | 144 | 0 | 16 | 430 | 144 | 53 |
| Binary | 10010001 | 0 | 11011100 | 100010 | 1100100 | 0 | 1110 | 100011000 | 1100100 | 101011 |
Color Harmonies of #9100DC
Complementary color
Monochromatic Colors of #9100DC
Black with #9100DC
Text Example
Text Example
White with #9100DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9100DC; }
p { color: rgb(145,0,220); }
H1.HeaderClassName
{
color: #9100DC;
}
.AnyTagClassName
{
color: #9100DC;
}
</style>
background-color css
<style>
a { background-color: #9100DC; }
a { background-color: rgb(145,0,220); }
div.DivClassName
{
background-color: #9100DC;
}
.BgClassName
{
background-color: #9100DC;
}
</style>
border-color css
<style>
span { border-color: #9100DC; }
span { border-color: rgb(145,0,220); }
td.TdClassName
{
border-color: #9100DC;
}
.TagClassName
{
border-color: #9100DC;
}
</style>