Shades of True V #8971CA
Tints of True V #8971CA
RGB
CMYK
RGB Variations
Color information
#8971CA (or 0x8971CA) is known color: True V. HEX triplet: 89, 71 and CA. RGB value is (137,113,202). Sum of RGB (Red+Green+Blue) = 137+113+202=452 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.31% from 452); Green value is 113 (44.53% from 255 or 25% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #8971CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8971CA is #768E35. Grayscale: #818181. Windows color (decimal): -7769654 or 13267337. OLE color: 13267337.
HSL color Cylindrical-coordinate representation of color #8971CA: hue angle of 256.18º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8971CA is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 113 | 202 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.21 |
| HSL | 256.18º | 0.46% | 0.62% | - |
| HSV(B) | 256.18º | 0.44% | 0.79% | - |
| XYZ | 26.88 | 21.39 | 58.59 | - |
| YUV | 130.32 | 168.45 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 113 | 202 | 0.32 | 0.44 | 0 | 0.21 | 256.18 | 0.46 | 0.62 |
| Hex | 89 | 71 | CA | 20 | 2C | 0 | 15 | 100 | 2E | 3E |
| Octal | 211 | 161 | 312 | 40 | 54 | 0 | 25 | 400 | 56 | 76 |
| Binary | 10001001 | 1110001 | 11001010 | 100000 | 101100 | 0 | 10101 | 100000000 | 101110 | 111110 |
Color Harmonies of #8971CA
Complementary color
Monochromatic Colors of #8971CA
Black with #8971CA
Text Example
Text Example
White with #8971CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8971CA; }
p { color: rgb(137,113,202); }
H1.HeaderClassName
{
color: #8971CA;
}
.AnyTagClassName
{
color: #8971CA;
}
</style>
background-color css
<style>
a { background-color: #8971CA; }
a { background-color: rgb(137,113,202); }
div.DivClassName
{
background-color: #8971CA;
}
.BgClassName
{
background-color: #8971CA;
}
</style>
border-color css
<style>
span { border-color: #8971CA; }
span { border-color: rgb(137,113,202); }
td.TdClassName
{
border-color: #8971CA;
}
.TagClassName
{
border-color: #8971CA;
}
</style>