#896ECF

Color #896ECF True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #896ECF

Tints of True V #896ECF

Color information

#896ECF (or 0x896ECF) is unknown color: approx True V. HEX triplet: 89, 6E and CF. RGB value is (137,110,207). Sum of RGB (Red+Green+Blue) = 137+110+207=454 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.18% from 454); Green value is 110 (43.36% from 255 or 24.23% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #896ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896ECF is #769130. Grayscale: #808080. Windows color (decimal): -7770417 or 13594249. OLE color: 13594249.

HSL color Cylindrical-coordinate representation of color #896ECF: hue angle of 256.7º degrees, saturation: 0.5, 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 #896ECF is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB137110207-
CMYK0.340.4700.19
HSL256.7º50.26%62.16%-
HSV(B)256.7º46.86%81.18%-
XYZ27.1520.9861.65-
YUV129.13171.95133.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 137 (53.91% from 255) = 30.18%
GREEN value IS 110 (43.36% from 255) = 24.23%
BLUE value IS 207 (81.25% from 255) = 45.59%
R=30.18%
G=24.23%
B=45.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1371102070.340.4700.19256.750.2662.16
Hex896ECF222F013101323e
Octal21115631742570234016276
Binary10001001110111011001111100010101111010011100000001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896ECF; }

 p { color: rgb(137,110,207); }

 H1.HeaderClassName
 {
   color: #896ECF;
 }
 .AnyTagClassName
 {
   color: #896ECF;
 }
</style>
background-color css

<style>
 a { background-color: #896ECF; }

 a { background-color: rgb(137,110,207); }

 div.DivClassName
 {
   background-color: #896ECF;
 }
 .BgClassName
 {
   background-color: #896ECF;
 }
</style>
border-color css

<style>
 span { border-color: #896ECF; }

 span { border-color: rgb(137,110,207); }

 td.TdClassName
 {
   border-color: #896ECF;
 }
 .TagClassName
 {
   border-color: #896ECF;
 }
</style>