Shades of Dark Violet #9100DD
Tints of Dark Violet #9100DD
RGB
CMYK
RGB Variations
Color information
#9100DD (or 0x9100DD) is known color: Dark Violet. HEX triplet: 91, 00 and DD. RGB value is (145,0,221). Sum of RGB (Red+Green+Blue) = 145+0+221=366 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.62% from 366); Green value is 0 (0.39% from 255 or 0% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #9100DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9100DD is #6EFF22. Grayscale: #434343. Windows color (decimal): -7274275 or 14483601. OLE color: 14483601.
HSL color Cylindrical-coordinate representation of color #9100DD: hue angle of 279.37º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9100DD is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 0 | 221 | - |
| CMYK | 0.34 | 1 | 0 | 0.13 |
| HSL | 279.37º | 1% | 0.43% | - |
| HSV(B) | 279.37º | 1% | 0.87% | - |
| XYZ | 24.73 | 11.24 | 69.27 | - |
| YUV | 68.55 | 214.04 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 0 | 221 | 0.34 | 1 | 0 | 0.13 | 279.37 | 1 | 0.43 |
| Hex | 91 | 0 | DD | 22 | 64 | 0 | D | 117 | 64 | 2B |
| Octal | 221 | 0 | 335 | 42 | 144 | 0 | 15 | 427 | 144 | 53 |
| Binary | 10010001 | 0 | 11011101 | 100010 | 1100100 | 0 | 1101 | 100010111 | 1100100 | 101011 |
Color Harmonies of #9100DD
Complementary color
Monochromatic Colors of #9100DD
Black with #9100DD
Text Example
Text Example
White with #9100DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9100DD; }
p { color: rgb(145,0,221); }
H1.HeaderClassName
{
color: #9100DD;
}
.AnyTagClassName
{
color: #9100DD;
}
</style>
background-color css
<style>
a { background-color: #9100DD; }
a { background-color: rgb(145,0,221); }
div.DivClassName
{
background-color: #9100DD;
}
.BgClassName
{
background-color: #9100DD;
}
</style>
border-color css
<style>
span { border-color: #9100DD; }
span { border-color: rgb(145,0,221); }
td.TdClassName
{
border-color: #9100DD;
}
.TagClassName
{
border-color: #9100DD;
}
</style>