Shades of True V #8972CC
Tints of True V #8972CC
RGB
CMYK
RGB Variations
Color information
#8972CC (or 0x8972CC) is known color: True V. HEX triplet: 89, 72 and CC. RGB value is (137,114,204). Sum of RGB (Red+Green+Blue) = 137+114+204=455 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.11% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #8972CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8972CC is #768D33. Grayscale: #828282. Windows color (decimal): -7769396 or 13398665. OLE color: 13398665.
HSL color Cylindrical-coordinate representation of color #8972CC: hue angle of 255.33º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8972CC is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 114 | 204 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.2 |
| HSL | 255.33º | 0.47% | 0.62% | - |
| HSV(B) | 255.33º | 0.44% | 0.8% | - |
| XYZ | 27.23 | 21.71 | 59.88 | - |
| YUV | 131.14 | 169.12 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 114 | 204 | 0.33 | 0.44 | 0 | 0.2 | 255.33 | 0.47 | 0.62 |
| Hex | 89 | 72 | CC | 21 | 2C | 0 | 14 | FF | 2F | 3E |
| Octal | 211 | 162 | 314 | 41 | 54 | 0 | 24 | 377 | 57 | 76 |
| Binary | 10001001 | 1110010 | 11001100 | 100001 | 101100 | 0 | 10100 | 11111111 | 101111 | 111110 |
Color Harmonies of #8972CC
Complementary color
Monochromatic Colors of #8972CC
Black with #8972CC
Text Example
Text Example
White with #8972CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8972CC; }
p { color: rgb(137,114,204); }
H1.HeaderClassName
{
color: #8972CC;
}
.AnyTagClassName
{
color: #8972CC;
}
</style>
background-color css
<style>
a { background-color: #8972CC; }
a { background-color: rgb(137,114,204); }
div.DivClassName
{
background-color: #8972CC;
}
.BgClassName
{
background-color: #8972CC;
}
</style>
border-color css
<style>
span { border-color: #8972CC; }
span { border-color: rgb(137,114,204); }
td.TdClassName
{
border-color: #8972CC;
}
.TagClassName
{
border-color: #8972CC;
}
</style>