Shades of True V #8971CF
Tints of True V #8971CF
RGB
CMYK
RGB Variations
Color information
#8971CF (or 0x8971CF) is known color: True V. HEX triplet: 89, 71 and CF. RGB value is (137,113,207). Sum of RGB (Red+Green+Blue) = 137+113+207=457 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.98% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #8971CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8971CF is #768E30. Grayscale: #828282. Windows color (decimal): -7769649 or 13595017. OLE color: 13595017.
HSL color Cylindrical-coordinate representation of color #8971CF: hue angle of 255.32º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8971CF is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 113 | 207 | - |
| CMYK | 0.34 | 0.45 | 0 | 0.19 |
| HSL | 255.32º | 0.49% | 0.63% | - |
| HSV(B) | 255.32º | 0.45% | 0.81% | - |
| XYZ | 27.48 | 21.63 | 61.76 | - |
| YUV | 130.89 | 170.95 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 113 | 207 | 0.34 | 0.45 | 0 | 0.19 | 255.32 | 0.49 | 0.63 |
| Hex | 89 | 71 | CF | 22 | 2D | 0 | 13 | FF | 31 | 3F |
| Octal | 211 | 161 | 317 | 42 | 55 | 0 | 23 | 377 | 61 | 77 |
| Binary | 10001001 | 1110001 | 11001111 | 100010 | 101101 | 0 | 10011 | 11111111 | 110001 | 111111 |
Color Harmonies of #8971CF
Complementary color
Monochromatic Colors of #8971CF
Black with #8971CF
Text Example
Text Example
White with #8971CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8971CF; }
p { color: rgb(137,113,207); }
H1.HeaderClassName
{
color: #8971CF;
}
.AnyTagClassName
{
color: #8971CF;
}
</style>
background-color css
<style>
a { background-color: #8971CF; }
a { background-color: rgb(137,113,207); }
div.DivClassName
{
background-color: #8971CF;
}
.BgClassName
{
background-color: #8971CF;
}
</style>
border-color css
<style>
span { border-color: #8971CF; }
span { border-color: rgb(137,113,207); }
td.TdClassName
{
border-color: #8971CF;
}
.TagClassName
{
border-color: #8971CF;
}
</style>