Shades of True V #9177CD
Tints of True V #9177CD
RGB
CMYK
RGB Variations
Color information
#9177CD (or 0x9177CD) is known color: True V. HEX triplet: 91, 77 and CD. RGB value is (145,119,205). Sum of RGB (Red+Green+Blue) = 145+119+205=469 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.92% from 469); Green value is 119 (46.88% from 255 or 25.37% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #9177CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9177CD is #6E8832. Grayscale: #888888. Windows color (decimal): -7243827 or 13465489. OLE color: 13465489.
HSL color Cylindrical-coordinate representation of color #9177CD: hue angle of 258.14º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9177CD is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 119 | 205 | - |
| CMYK | 0.29 | 0.42 | 0 | 0.20 |
| HSL | 258.14º | 0.46% | 0.64% | - |
| HSV(B) | 258.14º | 0.42% | 0.8% | - |
| XYZ | 29.29 | 23.62 | 60.77 | - |
| YUV | 136.58 | 166.61 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 119 | 205 | 0.29 | 0.42 | 0 | 0.20 | 258.14 | 0.46 | 0.64 |
| Hex | 91 | 77 | CD | 1D | 2A | 0 | 14 | 102 | 2E | 40 |
| Octal | 221 | 167 | 315 | 35 | 52 | 0 | 24 | 402 | 56 | 100 |
| Binary | 10010001 | 1110111 | 11001101 | 11101 | 101010 | 0 | 10100 | 100000010 | 101110 | 1000000 |
Color Harmonies of #9177CD
Complementary color
Monochromatic Colors of #9177CD
Black with #9177CD
Text Example
Text Example
White with #9177CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9177CD; }
p { color: rgb(145,119,205); }
H1.HeaderClassName
{
color: #9177CD;
}
.AnyTagClassName
{
color: #9177CD;
}
</style>
background-color css
<style>
a { background-color: #9177CD; }
a { background-color: rgb(145,119,205); }
div.DivClassName
{
background-color: #9177CD;
}
.BgClassName
{
background-color: #9177CD;
}
</style>
border-color css
<style>
span { border-color: #9177CD; }
span { border-color: rgb(145,119,205); }
td.TdClassName
{
border-color: #9177CD;
}
.TagClassName
{
border-color: #9177CD;
}
</style>