Shades of Dark Violet #9113DB
Tints of Dark Violet #9113DB
RGB
CMYK
RGB Variations
Color information
#9113DB (or 0x9113DB) is known color: Dark Violet. HEX triplet: 91, 13 and DB. RGB value is (145,19,219). Sum of RGB (Red+Green+Blue) = 145+19+219=383 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.86% from 383); Green value is 19 (7.81% from 255 or 4.96% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #9113DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9113DB is #6EEC24. Grayscale: #4E4E4E. Windows color (decimal): -7269413 or 14357393. OLE color: 14357393.
HSL color Cylindrical-coordinate representation of color #9113DB: hue angle of 277.8º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9113DB is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 19 | 219 | - |
| CMYK | 0.34 | 0.91 | 0 | 0.14 |
| HSL | 277.8º | 0.84% | 0.47% | - |
| HSV(B) | 277.8º | 0.91% | 0.86% | - |
| XYZ | 24.7 | 11.6 | 67.96 | - |
| YUV | 79.47 | 206.74 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 19 | 219 | 0.34 | 0.91 | 0 | 0.14 | 277.8 | 0.84 | 0.47 |
| Hex | 91 | 13 | DB | 22 | 5B | 0 | E | 116 | 54 | 2F |
| Octal | 221 | 23 | 333 | 42 | 133 | 0 | 16 | 426 | 124 | 57 |
| Binary | 10010001 | 10011 | 11011011 | 100010 | 1011011 | 0 | 1110 | 100010110 | 1010100 | 101111 |
Color Harmonies of #9113DB
Complementary color
Monochromatic Colors of #9113DB
Black with #9113DB
Text Example
Text Example
White with #9113DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9113DB; }
p { color: rgb(145,19,219); }
H1.HeaderClassName
{
color: #9113DB;
}
.AnyTagClassName
{
color: #9113DB;
}
</style>
background-color css
<style>
a { background-color: #9113DB; }
a { background-color: rgb(145,19,219); }
div.DivClassName
{
background-color: #9113DB;
}
.BgClassName
{
background-color: #9113DB;
}
</style>
border-color css
<style>
span { border-color: #9113DB; }
span { border-color: rgb(145,19,219); }
td.TdClassName
{
border-color: #9113DB;
}
.TagClassName
{
border-color: #9113DB;
}
</style>