Shades of Dark Violet #9117BC
Tints of Dark Violet #9117BC
RGB
CMYK
RGB Variations
Color information
#9117BC (or 0x9117BC) is known color: Dark Violet. HEX triplet: 91, 17 and BC. RGB value is (145,23,188). Sum of RGB (Red+Green+Blue) = 145+23+188=356 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.73% from 356); Green value is 23 (9.38% from 255 or 6.46% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #9117BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9117BC is #6EE843. Grayscale: #4D4D4D. Windows color (decimal): -7268420 or 12326801. OLE color: 12326801.
HSL color Cylindrical-coordinate representation of color #9117BC: hue angle of 284.36º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9117BC is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 23 | 188 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.26 |
| HSL | 284.36º | 0.78% | 0.41% | - |
| HSV(B) | 284.36º | 0.88% | 0.74% | - |
| XYZ | 21.06 | 10.26 | 48.45 | - |
| YUV | 78.29 | 189.92 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 23 | 188 | 0.23 | 0.88 | 0 | 0.26 | 284.36 | 0.78 | 0.41 |
| Hex | 91 | 17 | BC | 17 | 58 | 0 | 1A | 11C | 4E | 29 |
| Octal | 221 | 27 | 274 | 27 | 130 | 0 | 32 | 434 | 116 | 51 |
| Binary | 10010001 | 10111 | 10111100 | 10111 | 1011000 | 0 | 11010 | 100011100 | 1001110 | 101001 |
Color Harmonies of #9117BC
Complementary color
Monochromatic Colors of #9117BC
Black with #9117BC
Text Example
Text Example
White with #9117BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9117BC; }
p { color: rgb(145,23,188); }
H1.HeaderClassName
{
color: #9117BC;
}
.AnyTagClassName
{
color: #9117BC;
}
</style>
background-color css
<style>
a { background-color: #9117BC; }
a { background-color: rgb(145,23,188); }
div.DivClassName
{
background-color: #9117BC;
}
.BgClassName
{
background-color: #9117BC;
}
</style>
border-color css
<style>
span { border-color: #9117BC; }
span { border-color: rgb(145,23,188); }
td.TdClassName
{
border-color: #9117BC;
}
.TagClassName
{
border-color: #9117BC;
}
</style>