Shades of True V #9177CE
Tints of True V #9177CE
RGB
CMYK
RGB Variations
Color information
#9177CE (or 0x9177CE) is known color: True V. HEX triplet: 91, 77 and CE. RGB value is (145,119,206). Sum of RGB (Red+Green+Blue) = 145+119+206=470 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.85% from 470); Green value is 119 (46.88% from 255 or 25.32% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #9177CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9177CE is #6E8831. Grayscale: #888888. Windows color (decimal): -7243826 or 13531025. OLE color: 13531025.
HSL color Cylindrical-coordinate representation of color #9177CE: hue angle of 257.93º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9177CE is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 119 | 206 | - |
| CMYK | 0.30 | 0.42 | 0 | 0.19 |
| HSL | 257.93º | 0.47% | 0.64% | - |
| HSV(B) | 257.93º | 0.42% | 0.81% | - |
| XYZ | 29.41 | 23.67 | 61.41 | - |
| YUV | 136.69 | 167.11 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 119 | 206 | 0.30 | 0.42 | 0 | 0.19 | 257.93 | 0.47 | 0.64 |
| Hex | 91 | 77 | CE | 1E | 2A | 0 | 13 | 102 | 2F | 40 |
| Octal | 221 | 167 | 316 | 36 | 52 | 0 | 23 | 402 | 57 | 100 |
| Binary | 10010001 | 1110111 | 11001110 | 11110 | 101010 | 0 | 10011 | 100000010 | 101111 | 1000000 |
Color Harmonies of #9177CE
Complementary color
Monochromatic Colors of #9177CE
Black with #9177CE
Text Example
Text Example
White with #9177CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9177CE; }
p { color: rgb(145,119,206); }
H1.HeaderClassName
{
color: #9177CE;
}
.AnyTagClassName
{
color: #9177CE;
}
</style>
background-color css
<style>
a { background-color: #9177CE; }
a { background-color: rgb(145,119,206); }
div.DivClassName
{
background-color: #9177CE;
}
.BgClassName
{
background-color: #9177CE;
}
</style>
border-color css
<style>
span { border-color: #9177CE; }
span { border-color: rgb(145,119,206); }
td.TdClassName
{
border-color: #9177CE;
}
.TagClassName
{
border-color: #9177CE;
}
</style>