Shades of True V #9177C2
Tints of True V #9177C2
RGB
CMYK
RGB Variations
Color information
#9177C2 (or 0x9177C2) is known color: True V. HEX triplet: 91, 77 and C2. RGB value is (145,119,194). Sum of RGB (Red+Green+Blue) = 145+119+194=458 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.66% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 194 (76.17% from 255 or 42.36% from 458); Max value from RGB is 194 - color contains mainly: blue. Hex color #9177C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9177C2 is #6E883D. Grayscale: #878787. Windows color (decimal): -7243838 or 12744593. OLE color: 12744593.
HSL color Cylindrical-coordinate representation of color #9177C2: hue angle of 260.8º 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 #9177C2 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 119 | 194 | - |
| CMYK | 0.25 | 0.39 | 0 | 0.24 |
| HSL | 260.8º | 0.38% | 0.61% | - |
| HSV(B) | 260.8º | 0.39% | 0.76% | - |
| XYZ | 28.01 | 23.11 | 54.02 | - |
| YUV | 135.32 | 161.11 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 119 | 194 | 0.25 | 0.39 | 0 | 0.24 | 260.8 | 0.38 | 0.61 |
| Hex | 91 | 77 | C2 | 19 | 27 | 0 | 18 | 105 | 26 | 3D |
| Octal | 221 | 167 | 302 | 31 | 47 | 0 | 30 | 405 | 46 | 75 |
| Binary | 10010001 | 1110111 | 11000010 | 11001 | 100111 | 0 | 11000 | 100000101 | 100110 | 111101 |
Color Harmonies of #9177C2
Complementary color
Monochromatic Colors of #9177C2
Black with #9177C2
Text Example
Text Example
White with #9177C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9177C2; }
p { color: rgb(145,119,194); }
H1.HeaderClassName
{
color: #9177C2;
}
.AnyTagClassName
{
color: #9177C2;
}
</style>
background-color css
<style>
a { background-color: #9177C2; }
a { background-color: rgb(145,119,194); }
div.DivClassName
{
background-color: #9177C2;
}
.BgClassName
{
background-color: #9177C2;
}
</style>
border-color css
<style>
span { border-color: #9177C2; }
span { border-color: rgb(145,119,194); }
td.TdClassName
{
border-color: #9177C2;
}
.TagClassName
{
border-color: #9177C2;
}
</style>