Shades of Dark Violet #9101DD
Tints of Dark Violet #9101DD
RGB
CMYK
RGB Variations
Color information
#9101DD (or 0x9101DD) is known color: Dark Violet. HEX triplet: 91, 01 and DD. RGB value is (145,1,221). Sum of RGB (Red+Green+Blue) = 145+1+221=367 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.51% from 367); Green value is 1 (0.78% from 255 or 0.27% from 367); Blue value is 221 (86.72% from 255 or 60.22% from 367); Max value from RGB is 221 - color contains mainly: blue. Hex color #9101DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9101DD is #6EFE22. Grayscale: #444444. Windows color (decimal): -7274019 or 14483857. OLE color: 14483857.
HSL color Cylindrical-coordinate representation of color #9101DD: hue angle of 279.27º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9101DD is Cyan = 0.34, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 1 | 221 | - |
| CMYK | 0.34 | 1.00 | 0 | 0.13 |
| HSL | 279.27º | 0.99% | 0.44% | - |
| HSV(B) | 279.27º | 1% | 0.87% | - |
| XYZ | 24.74 | 11.26 | 69.28 | - |
| YUV | 69.14 | 213.71 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 221 | 0.34 | 1.00 | 0 | 0.13 | 279.27 | 0.99 | 0.44 |
| Hex | 91 | 1 | DD | 22 | 64 | 0 | D | 117 | 63 | 2C |
| Octal | 221 | 1 | 335 | 42 | 144 | 0 | 15 | 427 | 143 | 54 |
| Binary | 10010001 | 1 | 11011101 | 100010 | 1100100 | 0 | 1101 | 100010111 | 1100011 | 101100 |
Color Harmonies of #9101DD
Complementary color
Monochromatic Colors of #9101DD
Black with #9101DD
Text Example
Text Example
White with #9101DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9101DD; }
p { color: rgb(145,1,221); }
H1.HeaderClassName
{
color: #9101DD;
}
.AnyTagClassName
{
color: #9101DD;
}
</style>
background-color css
<style>
a { background-color: #9101DD; }
a { background-color: rgb(145,1,221); }
div.DivClassName
{
background-color: #9101DD;
}
.BgClassName
{
background-color: #9101DD;
}
</style>
border-color css
<style>
span { border-color: #9101DD; }
span { border-color: rgb(145,1,221); }
td.TdClassName
{
border-color: #9101DD;
}
.TagClassName
{
border-color: #9101DD;
}
</style>