Shades of True V #8963CF
Tints of True V #8963CF
RGB
CMYK
RGB Variations
Color information
#8963CF (or 0x8963CF) is known color: True V. HEX triplet: 89, 63 and CF. RGB value is (137,99,207). Sum of RGB (Red+Green+Blue) = 137+99+207=443 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.93% from 443); Green value is 99 (39.06% from 255 or 22.35% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #8963CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8963CF is #769C30. Grayscale: #7A7A7A. Windows color (decimal): -7773233 or 13591433. OLE color: 13591433.
HSL color Cylindrical-coordinate representation of color #8963CF: hue angle of 261.11º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8963CF is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 99 | 207 | - |
| CMYK | 0.34 | 0.52 | 0 | 0.19 |
| HSL | 261.11º | 0.53% | 0.6% | - |
| HSV(B) | 261.11º | 0.52% | 0.81% | - |
| XYZ | 26.04 | 18.75 | 61.28 | - |
| YUV | 122.67 | 175.59 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 99 | 207 | 0.34 | 0.52 | 0 | 0.19 | 261.11 | 0.53 | 0.6 |
| Hex | 89 | 63 | CF | 22 | 34 | 0 | 13 | 105 | 35 | 3C |
| Octal | 211 | 143 | 317 | 42 | 64 | 0 | 23 | 405 | 65 | 74 |
| Binary | 10001001 | 1100011 | 11001111 | 100010 | 110100 | 0 | 10011 | 100000101 | 110101 | 111100 |
Color Harmonies of #8963CF
Complementary color
Monochromatic Colors of #8963CF
Black with #8963CF
Text Example
Text Example
White with #8963CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8963CF; }
p { color: rgb(137,99,207); }
H1.HeaderClassName
{
color: #8963CF;
}
.AnyTagClassName
{
color: #8963CF;
}
</style>
background-color css
<style>
a { background-color: #8963CF; }
a { background-color: rgb(137,99,207); }
div.DivClassName
{
background-color: #8963CF;
}
.BgClassName
{
background-color: #8963CF;
}
</style>
border-color css
<style>
span { border-color: #8963CF; }
span { border-color: rgb(137,99,207); }
td.TdClassName
{
border-color: #8963CF;
}
.TagClassName
{
border-color: #8963CF;
}
</style>