Shades of Dark Violet #9109D0
Tints of Dark Violet #9109D0
RGB
CMYK
RGB Variations
Color information
#9109D0 (or 0x9109D0) is known color: Dark Violet. HEX triplet: 91, 09 and D0. RGB value is (145,9,208). Sum of RGB (Red+Green+Blue) = 145+9+208=362 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.06% from 362); Green value is 9 (3.91% from 255 or 2.49% from 362); Blue value is 208 (81.64% from 255 or 57.46% from 362); Max value from RGB is 208 - color contains mainly: blue. Hex color #9109D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9109D0 is #6EF62F. Grayscale: #474747. Windows color (decimal): -7271984 or 13633937. OLE color: 13633937.
HSL color Cylindrical-coordinate representation of color #9109D0: hue angle of 281.01º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9109D0 is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 9 | 208 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.18 |
| HSL | 281.01º | 0.92% | 0.43% | - |
| HSV(B) | 281.01º | 0.96% | 0.82% | - |
| XYZ | 23.16 | 10.77 | 60.53 | - |
| YUV | 72.35 | 204.56 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 9 | 208 | 0.30 | 0.96 | 0 | 0.18 | 281.01 | 0.92 | 0.43 |
| Hex | 91 | 9 | D0 | 1E | 60 | 0 | 12 | 119 | 5C | 2B |
| Octal | 221 | 11 | 320 | 36 | 140 | 0 | 22 | 431 | 134 | 53 |
| Binary | 10010001 | 1001 | 11010000 | 11110 | 1100000 | 0 | 10010 | 100011001 | 1011100 | 101011 |
Color Harmonies of #9109D0
Complementary color
Monochromatic Colors of #9109D0
Black with #9109D0
Text Example
Text Example
White with #9109D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9109D0; }
p { color: rgb(145,9,208); }
H1.HeaderClassName
{
color: #9109D0;
}
.AnyTagClassName
{
color: #9109D0;
}
</style>
background-color css
<style>
a { background-color: #9109D0; }
a { background-color: rgb(145,9,208); }
div.DivClassName
{
background-color: #9109D0;
}
.BgClassName
{
background-color: #9109D0;
}
</style>
border-color css
<style>
span { border-color: #9109D0; }
span { border-color: rgb(145,9,208); }
td.TdClassName
{
border-color: #9109D0;
}
.TagClassName
{
border-color: #9109D0;
}
</style>