Shades of True V #8977C2
Tints of True V #8977C2
RGB
CMYK
RGB Variations
Color information
#8977C2 (or 0x8977C2) is known color: True V. HEX triplet: 89, 77 and C2. RGB value is (137,119,194). Sum of RGB (Red+Green+Blue) = 137+119+194=450 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.44% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 194 (76.17% from 255 or 43.11% from 450); Max value from RGB is 194 - color contains mainly: blue. Hex color #8977C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8977C2 is #76883D. Grayscale: #848484. Windows color (decimal): -7768126 or 12744585. OLE color: 12744585.
HSL color Cylindrical-coordinate representation of color #8977C2: hue angle of 254.4º 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 #8977C2 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 119 | 194 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.24 |
| HSL | 254.4º | 0.38% | 0.61% | - |
| HSV(B) | 254.4º | 0.39% | 0.76% | - |
| XYZ | 26.65 | 22.41 | 53.96 | - |
| YUV | 132.93 | 162.46 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 119 | 194 | 0.29 | 0.39 | 0 | 0.24 | 254.4 | 0.38 | 0.61 |
| Hex | 89 | 77 | C2 | 1D | 27 | 0 | 18 | FE | 26 | 3D |
| Octal | 211 | 167 | 302 | 35 | 47 | 0 | 30 | 376 | 46 | 75 |
| Binary | 10001001 | 1110111 | 11000010 | 11101 | 100111 | 0 | 11000 | 11111110 | 100110 | 111101 |
Color Harmonies of #8977C2
Complementary color
Monochromatic Colors of #8977C2
Black with #8977C2
Text Example
Text Example
White with #8977C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8977C2; }
p { color: rgb(137,119,194); }
H1.HeaderClassName
{
color: #8977C2;
}
.AnyTagClassName
{
color: #8977C2;
}
</style>
background-color css
<style>
a { background-color: #8977C2; }
a { background-color: rgb(137,119,194); }
div.DivClassName
{
background-color: #8977C2;
}
.BgClassName
{
background-color: #8977C2;
}
</style>
border-color css
<style>
span { border-color: #8977C2; }
span { border-color: rgb(137,119,194); }
td.TdClassName
{
border-color: #8977C2;
}
.TagClassName
{
border-color: #8977C2;
}
</style>