Shades of Dark Violet #9112C3
Tints of Dark Violet #9112C3
RGB
CMYK
RGB Variations
Color information
#9112C3 (or 0x9112C3) is known color: Dark Violet. HEX triplet: 91, 12 and C3. RGB value is (145,18,195). Sum of RGB (Red+Green+Blue) = 145+18+195=358 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.50% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 195 (76.56% from 255 or 54.47% from 358); Max value from RGB is 195 - color contains mainly: blue. Hex color #9112C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9112C3 is #6EED3C. Grayscale: #4B4B4B. Windows color (decimal): -7269693 or 12784273. OLE color: 12784273.
HSL color Cylindrical-coordinate representation of color #9112C3: hue angle of 283.05º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9112C3 is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 18 | 195 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.24 |
| HSL | 283.05º | 0.83% | 0.42% | - |
| HSV(B) | 283.05º | 0.91% | 0.76% | - |
| XYZ | 21.74 | 10.39 | 52.49 | - |
| YUV | 76.15 | 195.08 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 18 | 195 | 0.26 | 0.91 | 0 | 0.24 | 283.05 | 0.83 | 0.42 |
| Hex | 91 | 12 | C3 | 1A | 5B | 0 | 18 | 11B | 53 | 2A |
| Octal | 221 | 22 | 303 | 32 | 133 | 0 | 30 | 433 | 123 | 52 |
| Binary | 10010001 | 10010 | 11000011 | 11010 | 1011011 | 0 | 11000 | 100011011 | 1010011 | 101010 |
Color Harmonies of #9112C3
Complementary color
Monochromatic Colors of #9112C3
Black with #9112C3
Text Example
Text Example
White with #9112C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9112C3; }
p { color: rgb(145,18,195); }
H1.HeaderClassName
{
color: #9112C3;
}
.AnyTagClassName
{
color: #9112C3;
}
</style>
background-color css
<style>
a { background-color: #9112C3; }
a { background-color: rgb(145,18,195); }
div.DivClassName
{
background-color: #9112C3;
}
.BgClassName
{
background-color: #9112C3;
}
</style>
border-color css
<style>
span { border-color: #9112C3; }
span { border-color: rgb(145,18,195); }
td.TdClassName
{
border-color: #9112C3;
}
.TagClassName
{
border-color: #9112C3;
}
</style>