Shades of True V #896CCE
Tints of True V #896CCE
RGB
CMYK
RGB Variations
Color information
#896CCE (or 0x896CCE) is known color: True V. HEX triplet: 89, 6C and CE. RGB value is (137,108,206). Sum of RGB (Red+Green+Blue) = 137+108+206=451 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.38% from 451); Green value is 108 (42.58% from 255 or 23.95% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #896CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896CCE is #769331. Grayscale: #7F7F7F. Windows color (decimal): -7770930 or 13528201. OLE color: 13528201.
HSL color Cylindrical-coordinate representation of color #896CCE: hue angle of 257.76º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #896CCE is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 108 | 206 | - |
| CMYK | 0.33 | 0.48 | 0 | 0.19 |
| HSL | 257.76º | 0.5% | 0.62% | - |
| HSV(B) | 257.76º | 0.48% | 0.81% | - |
| XYZ | 26.82 | 20.5 | 60.94 | - |
| YUV | 127.84 | 172.11 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 108 | 206 | 0.33 | 0.48 | 0 | 0.19 | 257.76 | 0.5 | 0.62 |
| Hex | 89 | 6C | CE | 21 | 30 | 0 | 13 | 102 | 32 | 3E |
| Octal | 211 | 154 | 316 | 41 | 60 | 0 | 23 | 402 | 62 | 76 |
| Binary | 10001001 | 1101100 | 11001110 | 100001 | 110000 | 0 | 10011 | 100000010 | 110010 | 111110 |
Color Harmonies of #896CCE
Complementary color
Monochromatic Colors of #896CCE
Black with #896CCE
Text Example
Text Example
White with #896CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896CCE; }
p { color: rgb(137,108,206); }
H1.HeaderClassName
{
color: #896CCE;
}
.AnyTagClassName
{
color: #896CCE;
}
</style>
background-color css
<style>
a { background-color: #896CCE; }
a { background-color: rgb(137,108,206); }
div.DivClassName
{
background-color: #896CCE;
}
.BgClassName
{
background-color: #896CCE;
}
</style>
border-color css
<style>
span { border-color: #896CCE; }
span { border-color: rgb(137,108,206); }
td.TdClassName
{
border-color: #896CCE;
}
.TagClassName
{
border-color: #896CCE;
}
</style>