Shades of Dark Violet #9100DA
Tints of Dark Violet #9100DA
RGB
CMYK
RGB Variations
Color information
#9100DA (or 0x9100DA) is known color: Dark Violet. HEX triplet: 91, 00 and DA. RGB value is (145,0,218). Sum of RGB (Red+Green+Blue) = 145+0+218=363 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.94% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 218 (85.55% from 255 or 60.06% from 363); Max value from RGB is 218 - color contains mainly: blue. Hex color #9100DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9100DA is #6EFF25. Grayscale: #434343. Windows color (decimal): -7274278 or 14286993. OLE color: 14286993.
HSL color Cylindrical-coordinate representation of color #9100DA: hue angle of 279.91º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9100DA is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 0 | 218 | - |
| CMYK | 0.33 | 1 | 0 | 0.15 |
| HSL | 279.91º | 1% | 0.43% | - |
| HSV(B) | 279.91º | 1% | 0.85% | - |
| XYZ | 24.33 | 11.08 | 67.19 | - |
| YUV | 68.21 | 212.54 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 0 | 218 | 0.33 | 1 | 0 | 0.15 | 279.91 | 1 | 0.43 |
| Hex | 91 | 0 | DA | 21 | 64 | 0 | F | 118 | 64 | 2B |
| Octal | 221 | 0 | 332 | 41 | 144 | 0 | 17 | 430 | 144 | 53 |
| Binary | 10010001 | 0 | 11011010 | 100001 | 1100100 | 0 | 1111 | 100011000 | 1100100 | 101011 |
Color Harmonies of #9100DA
Complementary color
Monochromatic Colors of #9100DA
Black with #9100DA
Text Example
Text Example
White with #9100DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9100DA; }
p { color: rgb(145,0,218); }
H1.HeaderClassName
{
color: #9100DA;
}
.AnyTagClassName
{
color: #9100DA;
}
</style>
background-color css
<style>
a { background-color: #9100DA; }
a { background-color: rgb(145,0,218); }
div.DivClassName
{
background-color: #9100DA;
}
.BgClassName
{
background-color: #9100DA;
}
</style>
border-color css
<style>
span { border-color: #9100DA; }
span { border-color: rgb(145,0,218); }
td.TdClassName
{
border-color: #9100DA;
}
.TagClassName
{
border-color: #9100DA;
}
</style>