Shades of True V #8963C5
Tints of True V #8963C5
RGB
CMYK
RGB Variations
Color information
#8963C5 (or 0x8963C5) is known color: True V. HEX triplet: 89, 63 and C5. RGB value is (137,99,197). Sum of RGB (Red+Green+Blue) = 137+99+197=433 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.64% from 433); Green value is 99 (39.06% from 255 or 22.86% from 433); Blue value is 197 (77.34% from 255 or 45.50% from 433); Max value from RGB is 197 - color contains mainly: blue. Hex color #8963C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8963C5 is #769C3A. Grayscale: #797979. Windows color (decimal): -7773243 or 12936073. OLE color: 12936073.
HSL color Cylindrical-coordinate representation of color #8963C5: hue angle of 263.27º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8963C5 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 137 | 99 | 197 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.23 |
| HSL | 263.27º | 0.46% | 0.58% | - |
| HSV(B) | 263.27º | 0.5% | 0.77% | - |
| XYZ | 24.86 | 18.27 | 55.04 | - |
| YUV | 121.53 | 170.59 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 99 | 197 | 0.30 | 0.50 | 0 | 0.23 | 263.27 | 0.46 | 0.58 |
| Hex | 89 | 63 | C5 | 1E | 32 | 0 | 17 | 107 | 2E | 3A |
| Octal | 211 | 143 | 305 | 36 | 62 | 0 | 27 | 407 | 56 | 72 |
| Binary | 10001001 | 1100011 | 11000101 | 11110 | 110010 | 0 | 10111 | 100000111 | 101110 | 111010 |
Color Harmonies of #8963C5
Complementary color
Monochromatic Colors of #8963C5
Black with #8963C5
Text Example
Text Example
White with #8963C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8963C5; }
p { color: rgb(137,99,197); }
H1.HeaderClassName
{
color: #8963C5;
}
.AnyTagClassName
{
color: #8963C5;
}
</style>
background-color css
<style>
a { background-color: #8963C5; }
a { background-color: rgb(137,99,197); }
div.DivClassName
{
background-color: #8963C5;
}
.BgClassName
{
background-color: #8963C5;
}
</style>
border-color css
<style>
span { border-color: #8963C5; }
span { border-color: rgb(137,99,197); }
td.TdClassName
{
border-color: #8963C5;
}
.TagClassName
{
border-color: #8963C5;
}
</style>