Shades of True V #896ECE
Tints of True V #896ECE
RGB
CMYK
RGB Variations
Color information
#896ECE (or 0x896ECE) is known color: True V. HEX triplet: 89, 6E and CE. RGB value is (137,110,206). Sum of RGB (Red+Green+Blue) = 137+110+206=453 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.24% from 453); Green value is 110 (43.36% from 255 or 24.28% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #896ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896ECE is #769131. Grayscale: #808080. Windows color (decimal): -7770418 or 13528713. OLE color: 13528713.
HSL color Cylindrical-coordinate representation of color #896ECE: hue angle of 256.88º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #896ECE is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 137 | 110 | 206 | - |
CMYK | 0.33 | 0.47 | 0 | 0.19 |
HSL | 256.88º | 0.49% | 0.62% | - |
HSV(B) | 256.88º | 0.47% | 0.81% | - |
XYZ | 27.03 | 20.93 | 61.01 | - |
YUV | 129.02 | 171.45 | 133.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 137 | 110 | 206 | 0.33 | 0.47 | 0 | 0.19 | 256.88 | 0.49 | 0.62 |
Hex | 89 | 6E | CE | 21 | 2F | 0 | 13 | 101 | 31 | 3E |
Octal | 211 | 156 | 316 | 41 | 57 | 0 | 23 | 401 | 61 | 76 |
Binary | 10001001 | 1101110 | 11001110 | 100001 | 101111 | 0 | 10011 | 100000001 | 110001 | 111110 |
Color Harmonies of #896ECE
Complementary color
Monochromatic Colors of #896ECE
Black with #896ECE
Text Example
Text Example
White with #896ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896ECE; }
p { color: rgb(137,110,206); }
H1.HeaderClassName
{
color: #896ECE;
}
.AnyTagClassName
{
color: #896ECE;
}
</style>
background-color css
<style>
a { background-color: #896ECE; }
a { background-color: rgb(137,110,206); }
div.DivClassName
{
background-color: #896ECE;
}
.BgClassName
{
background-color: #896ECE;
}
</style>
border-color css
<style>
span { border-color: #896ECE; }
span { border-color: rgb(137,110,206); }
td.TdClassName
{
border-color: #896ECE;
}
.TagClassName
{
border-color: #896ECE;
}
</style>