Shades of Dark Violet #9113CD
Tints of Dark Violet #9113CD
RGB
CMYK
RGB Variations
Color information
#9113CD (or 0x9113CD) is known color: Dark Violet. HEX triplet: 91, 13 and CD. RGB value is (145,19,205). Sum of RGB (Red+Green+Blue) = 145+19+205=369 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.30% from 369); Green value is 19 (7.81% from 255 or 5.15% from 369); Blue value is 205 (80.47% from 255 or 55.56% from 369); Max value from RGB is 205 - color contains mainly: blue. Hex color #9113CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9113CD is #6EEC32. Grayscale: #4D4D4D. Windows color (decimal): -7269427 or 13439889. OLE color: 13439889.
HSL color Cylindrical-coordinate representation of color #9113CD: hue angle of 280.65º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9113CD is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 19 | 205 | - |
| CMYK | 0.29 | 0.91 | 0 | 0.20 |
| HSL | 280.65º | 0.83% | 0.44% | - |
| HSV(B) | 280.65º | 0.91% | 0.8% | - |
| XYZ | 22.93 | 10.89 | 58.65 | - |
| YUV | 77.88 | 199.74 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 19 | 205 | 0.29 | 0.91 | 0 | 0.20 | 280.65 | 0.83 | 0.44 |
| Hex | 91 | 13 | CD | 1D | 5B | 0 | 14 | 119 | 53 | 2C |
| Octal | 221 | 23 | 315 | 35 | 133 | 0 | 24 | 431 | 123 | 54 |
| Binary | 10010001 | 10011 | 11001101 | 11101 | 1011011 | 0 | 10100 | 100011001 | 1010011 | 101100 |
Color Harmonies of #9113CD
Complementary color
Monochromatic Colors of #9113CD
Black with #9113CD
Text Example
Text Example
White with #9113CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9113CD; }
p { color: rgb(145,19,205); }
H1.HeaderClassName
{
color: #9113CD;
}
.AnyTagClassName
{
color: #9113CD;
}
</style>
background-color css
<style>
a { background-color: #9113CD; }
a { background-color: rgb(145,19,205); }
div.DivClassName
{
background-color: #9113CD;
}
.BgClassName
{
background-color: #9113CD;
}
</style>
border-color css
<style>
span { border-color: #9113CD; }
span { border-color: rgb(145,19,205); }
td.TdClassName
{
border-color: #9113CD;
}
.TagClassName
{
border-color: #9113CD;
}
</style>