Shades of Dark Violet #9112D0
Tints of Dark Violet #9112D0
RGB
CMYK
RGB Variations
Color information
#9112D0 (or 0x9112D0) is known color: Dark Violet. HEX triplet: 91, 12 and D0. RGB value is (145,18,208). Sum of RGB (Red+Green+Blue) = 145+18+208=371 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.08% from 371); Green value is 18 (7.42% from 255 or 4.85% from 371); Blue value is 208 (81.64% from 255 or 56.06% from 371); Max value from RGB is 208 - color contains mainly: blue. Hex color #9112D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9112D0 is #6EED2F. Grayscale: #4D4D4D. Windows color (decimal): -7269680 or 13636241. OLE color: 13636241.
HSL color Cylindrical-coordinate representation of color #9112D0: hue angle of 280.11º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9112D0 is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 18 | 208 | - |
| CMYK | 0.30 | 0.91 | 0 | 0.18 |
| HSL | 280.11º | 0.84% | 0.44% | - |
| HSV(B) | 280.11º | 0.91% | 0.82% | - |
| XYZ | 23.28 | 11.01 | 60.57 | - |
| YUV | 77.63 | 201.58 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 18 | 208 | 0.30 | 0.91 | 0 | 0.18 | 280.11 | 0.84 | 0.44 |
| Hex | 91 | 12 | D0 | 1E | 5B | 0 | 12 | 118 | 54 | 2C |
| Octal | 221 | 22 | 320 | 36 | 133 | 0 | 22 | 430 | 124 | 54 |
| Binary | 10010001 | 10010 | 11010000 | 11110 | 1011011 | 0 | 10010 | 100011000 | 1010100 | 101100 |
Color Harmonies of #9112D0
Complementary color
Monochromatic Colors of #9112D0
Black with #9112D0
Text Example
Text Example
White with #9112D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9112D0; }
p { color: rgb(145,18,208); }
H1.HeaderClassName
{
color: #9112D0;
}
.AnyTagClassName
{
color: #9112D0;
}
</style>
background-color css
<style>
a { background-color: #9112D0; }
a { background-color: rgb(145,18,208); }
div.DivClassName
{
background-color: #9112D0;
}
.BgClassName
{
background-color: #9112D0;
}
</style>
border-color css
<style>
span { border-color: #9112D0; }
span { border-color: rgb(145,18,208); }
td.TdClassName
{
border-color: #9112D0;
}
.TagClassName
{
border-color: #9112D0;
}
</style>