Shades of True V #9177CF
Tints of True V #9177CF
RGB
CMYK
RGB Variations
Color information
#9177CF (or 0x9177CF) is known color: True V. HEX triplet: 91, 77 and CF. RGB value is (145,119,207). Sum of RGB (Red+Green+Blue) = 145+119+207=471 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.79% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #9177CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9177CF is #6E8830. Grayscale: #888888. Windows color (decimal): -7243825 or 13596561. OLE color: 13596561.
HSL color Cylindrical-coordinate representation of color #9177CF: hue angle of 257.73º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9177CF is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 119 | 207 | - |
| CMYK | 0.30 | 0.43 | 0 | 0.19 |
| HSL | 257.73º | 0.48% | 0.64% | - |
| HSV(B) | 257.73º | 0.43% | 0.81% | - |
| XYZ | 29.54 | 23.72 | 62.05 | - |
| YUV | 136.81 | 167.61 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 119 | 207 | 0.30 | 0.43 | 0 | 0.19 | 257.73 | 0.48 | 0.64 |
| Hex | 91 | 77 | CF | 1E | 2B | 0 | 13 | 102 | 30 | 40 |
| Octal | 221 | 167 | 317 | 36 | 53 | 0 | 23 | 402 | 60 | 100 |
| Binary | 10010001 | 1110111 | 11001111 | 11110 | 101011 | 0 | 10011 | 100000010 | 110000 | 1000000 |
Color Harmonies of #9177CF
Complementary color
Monochromatic Colors of #9177CF
Black with #9177CF
Text Example
Text Example
White with #9177CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9177CF; }
p { color: rgb(145,119,207); }
H1.HeaderClassName
{
color: #9177CF;
}
.AnyTagClassName
{
color: #9177CF;
}
</style>
background-color css
<style>
a { background-color: #9177CF; }
a { background-color: rgb(145,119,207); }
div.DivClassName
{
background-color: #9177CF;
}
.BgClassName
{
background-color: #9177CF;
}
</style>
border-color css
<style>
span { border-color: #9177CF; }
span { border-color: rgb(145,119,207); }
td.TdClassName
{
border-color: #9177CF;
}
.TagClassName
{
border-color: #9177CF;
}
</style>