Shades of True V #8976C1
Tints of True V #8976C1
RGB
CMYK
RGB Variations
Color information
#8976C1 (or 0x8976C1) is known color: True V. HEX triplet: 89, 76 and C1. RGB value is (137,118,193). Sum of RGB (Red+Green+Blue) = 137+118+193=448 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.58% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 193 (75.78% from 255 or 43.08% from 448); Max value from RGB is 193 - color contains mainly: blue. Hex color #8976C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8976C1 is #76893E. Grayscale: #838383. Windows color (decimal): -7768383 or 12678793. OLE color: 12678793.
HSL color Cylindrical-coordinate representation of color #8976C1: hue angle of 255.2º 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 #8976C1 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 118 | 193 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.24 |
| HSL | 255.2º | 0.38% | 0.61% | - |
| HSV(B) | 255.2º | 0.39% | 0.76% | - |
| XYZ | 26.42 | 22.13 | 53.33 | - |
| YUV | 132.23 | 162.29 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 118 | 193 | 0.29 | 0.39 | 0 | 0.24 | 255.2 | 0.38 | 0.61 |
| Hex | 89 | 76 | C1 | 1D | 27 | 0 | 18 | FF | 26 | 3D |
| Octal | 211 | 166 | 301 | 35 | 47 | 0 | 30 | 377 | 46 | 75 |
| Binary | 10001001 | 1110110 | 11000001 | 11101 | 100111 | 0 | 11000 | 11111111 | 100110 | 111101 |
Color Harmonies of #8976C1
Complementary color
Monochromatic Colors of #8976C1
Black with #8976C1
Text Example
Text Example
White with #8976C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8976C1; }
p { color: rgb(137,118,193); }
H1.HeaderClassName
{
color: #8976C1;
}
.AnyTagClassName
{
color: #8976C1;
}
</style>
background-color css
<style>
a { background-color: #8976C1; }
a { background-color: rgb(137,118,193); }
div.DivClassName
{
background-color: #8976C1;
}
.BgClassName
{
background-color: #8976C1;
}
</style>
border-color css
<style>
span { border-color: #8976C1; }
span { border-color: rgb(137,118,193); }
td.TdClassName
{
border-color: #8976C1;
}
.TagClassName
{
border-color: #8976C1;
}
</style>