Shades of True V #9176C1
Tints of True V #9176C1
RGB
CMYK
RGB Variations
Color information
#9176C1 (or 0x9176C1) is known color: True V. HEX triplet: 91, 76 and C1. RGB value is (145,118,193). Sum of RGB (Red+Green+Blue) = 145+118+193=456 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.80% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 193 (75.78% from 255 or 42.32% from 456); Max value from RGB is 193 - color contains mainly: blue. Hex color #9176C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9176C1 is #6E893E. Grayscale: #868686. Windows color (decimal): -7244095 or 12678801. OLE color: 12678801.
HSL color Cylindrical-coordinate representation of color #9176C1: hue angle of 261.6º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9176C1 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 118 | 193 | - |
| CMYK | 0.25 | 0.39 | 0 | 0.24 |
| HSL | 261.6º | 0.38% | 0.61% | - |
| HSV(B) | 261.6º | 0.39% | 0.76% | - |
| XYZ | 27.78 | 22.83 | 53.39 | - |
| YUV | 134.62 | 160.95 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 118 | 193 | 0.25 | 0.39 | 0 | 0.24 | 261.6 | 0.38 | 0.61 |
| Hex | 91 | 76 | C1 | 19 | 27 | 0 | 18 | 106 | 26 | 3D |
| Octal | 221 | 166 | 301 | 31 | 47 | 0 | 30 | 406 | 46 | 75 |
| Binary | 10010001 | 1110110 | 11000001 | 11001 | 100111 | 0 | 11000 | 100000110 | 100110 | 111101 |
Color Harmonies of #9176C1
Complementary color
Monochromatic Colors of #9176C1
Black with #9176C1
Text Example
Text Example
White with #9176C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9176C1; }
p { color: rgb(145,118,193); }
H1.HeaderClassName
{
color: #9176C1;
}
.AnyTagClassName
{
color: #9176C1;
}
</style>
background-color css
<style>
a { background-color: #9176C1; }
a { background-color: rgb(145,118,193); }
div.DivClassName
{
background-color: #9176C1;
}
.BgClassName
{
background-color: #9176C1;
}
</style>
border-color css
<style>
span { border-color: #9176C1; }
span { border-color: rgb(145,118,193); }
td.TdClassName
{
border-color: #9176C1;
}
.TagClassName
{
border-color: #9176C1;
}
</style>