Shades of Dark Violet #9113CA
Tints of Dark Violet #9113CA
RGB
CMYK
RGB Variations
Color information
#9113CA (or 0x9113CA) is known color: Dark Violet. HEX triplet: 91, 13 and CA. RGB value is (145,19,202). Sum of RGB (Red+Green+Blue) = 145+19+202=366 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.62% from 366); Green value is 19 (7.81% from 255 or 5.19% from 366); Blue value is 202 (79.30% from 255 or 55.19% from 366); Max value from RGB is 202 - color contains mainly: blue. Hex color #9113CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9113CA is #6EEC35. Grayscale: #4C4C4C. Windows color (decimal): -7269430 or 13243281. OLE color: 13243281.
HSL color Cylindrical-coordinate representation of color #9113CA: hue angle of 281.31º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9113CA is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 19 | 202 | - |
| CMYK | 0.28 | 0.91 | 0 | 0.21 |
| HSL | 281.31º | 0.83% | 0.43% | - |
| HSV(B) | 281.31º | 0.91% | 0.79% | - |
| XYZ | 22.57 | 10.75 | 56.76 | - |
| YUV | 77.54 | 198.24 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 19 | 202 | 0.28 | 0.91 | 0 | 0.21 | 281.31 | 0.83 | 0.43 |
| Hex | 91 | 13 | CA | 1C | 5B | 0 | 15 | 119 | 53 | 2B |
| Octal | 221 | 23 | 312 | 34 | 133 | 0 | 25 | 431 | 123 | 53 |
| Binary | 10010001 | 10011 | 11001010 | 11100 | 1011011 | 0 | 10101 | 100011001 | 1010011 | 101011 |
Color Harmonies of #9113CA
Complementary color
Monochromatic Colors of #9113CA
Black with #9113CA
Text Example
Text Example
White with #9113CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9113CA; }
p { color: rgb(145,19,202); }
H1.HeaderClassName
{
color: #9113CA;
}
.AnyTagClassName
{
color: #9113CA;
}
</style>
background-color css
<style>
a { background-color: #9113CA; }
a { background-color: rgb(145,19,202); }
div.DivClassName
{
background-color: #9113CA;
}
.BgClassName
{
background-color: #9113CA;
}
</style>
border-color css
<style>
span { border-color: #9113CA; }
span { border-color: rgb(145,19,202); }
td.TdClassName
{
border-color: #9113CA;
}
.TagClassName
{
border-color: #9113CA;
}
</style>