Shades of Dark Violet #9115BC
Tints of Dark Violet #9115BC
RGB
CMYK
RGB Variations
Color information
#9115BC (or 0x9115BC) is known color: Dark Violet. HEX triplet: 91, 15 and BC. RGB value is (145,21,188). Sum of RGB (Red+Green+Blue) = 145+21+188=354 (46% of max value = 765). Red value is 145 (57.03% from 255 or 40.96% from 354); Green value is 21 (8.59% from 255 or 5.93% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #9115BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9115BC is #6EEA43. Grayscale: #4C4C4C. Windows color (decimal): -7268932 or 12326289. OLE color: 12326289.
HSL color Cylindrical-coordinate representation of color #9115BC: hue angle of 284.55º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9115BC is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 21 | 188 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.26 |
| HSL | 284.55º | 0.8% | 0.41% | - |
| HSV(B) | 284.55º | 0.89% | 0.74% | - |
| XYZ | 21.02 | 10.19 | 48.44 | - |
| YUV | 77.11 | 190.58 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 21 | 188 | 0.23 | 0.89 | 0 | 0.26 | 284.55 | 0.8 | 0.41 |
| Hex | 91 | 15 | BC | 17 | 59 | 0 | 1A | 11D | 50 | 29 |
| Octal | 221 | 25 | 274 | 27 | 131 | 0 | 32 | 435 | 120 | 51 |
| Binary | 10010001 | 10101 | 10111100 | 10111 | 1011001 | 0 | 11010 | 100011101 | 1010000 | 101001 |
Color Harmonies of #9115BC
Complementary color
Monochromatic Colors of #9115BC
Black with #9115BC
Text Example
Text Example
White with #9115BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9115BC; }
p { color: rgb(145,21,188); }
H1.HeaderClassName
{
color: #9115BC;
}
.AnyTagClassName
{
color: #9115BC;
}
</style>
background-color css
<style>
a { background-color: #9115BC; }
a { background-color: rgb(145,21,188); }
div.DivClassName
{
background-color: #9115BC;
}
.BgClassName
{
background-color: #9115BC;
}
</style>
border-color css
<style>
span { border-color: #9115BC; }
span { border-color: rgb(145,21,188); }
td.TdClassName
{
border-color: #9115BC;
}
.TagClassName
{
border-color: #9115BC;
}
</style>