Shades of True V #8964CE
Tints of True V #8964CE
RGB
CMYK
RGB Variations
Color information
#8964CE (or 0x8964CE) is known color: True V. HEX triplet: 89, 64 and CE. RGB value is (137,100,206). Sum of RGB (Red+Green+Blue) = 137+100+206=443 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.93% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #8964CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8964CE is #769B31. Grayscale: #7A7A7A. Windows color (decimal): -7772978 or 13526153. OLE color: 13526153.
HSL color Cylindrical-coordinate representation of color #8964CE: hue angle of 260.94º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8964CE is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 100 | 206 | - |
| CMYK | 0.33 | 0.51 | 0 | 0.19 |
| HSL | 260.94º | 0.52% | 0.6% | - |
| HSV(B) | 260.94º | 0.51% | 0.81% | - |
| XYZ | 26.01 | 18.89 | 60.67 | - |
| YUV | 123.15 | 174.76 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 100 | 206 | 0.33 | 0.51 | 0 | 0.19 | 260.94 | 0.52 | 0.6 |
| Hex | 89 | 64 | CE | 21 | 33 | 0 | 13 | 105 | 34 | 3C |
| Octal | 211 | 144 | 316 | 41 | 63 | 0 | 23 | 405 | 64 | 74 |
| Binary | 10001001 | 1100100 | 11001110 | 100001 | 110011 | 0 | 10011 | 100000101 | 110100 | 111100 |
Color Harmonies of #8964CE
Complementary color
Monochromatic Colors of #8964CE
Black with #8964CE
Text Example
Text Example
White with #8964CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8964CE; }
p { color: rgb(137,100,206); }
H1.HeaderClassName
{
color: #8964CE;
}
.AnyTagClassName
{
color: #8964CE;
}
</style>
background-color css
<style>
a { background-color: #8964CE; }
a { background-color: rgb(137,100,206); }
div.DivClassName
{
background-color: #8964CE;
}
.BgClassName
{
background-color: #8964CE;
}
</style>
border-color css
<style>
span { border-color: #8964CE; }
span { border-color: rgb(137,100,206); }
td.TdClassName
{
border-color: #8964CE;
}
.TagClassName
{
border-color: #8964CE;
}
</style>