#896EC1

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

Shades of True V #896EC1

Tints of True V #896EC1

Color information

#896EC1 (or 0x896EC1) is unknown color: approx True V. HEX triplet: 89, 6E and C1. RGB value is (137,110,193). Sum of RGB (Red+Green+Blue) = 137+110+193=440 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.14% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 193 (75.78% from 255 or 43.86% from 440); Max value from RGB is 193 - color contains mainly: blue. Hex color #896EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896EC1 is #76913E. Grayscale: #7F7F7F. Windows color (decimal): -7770431 or 12676745. OLE color: 12676745.

HSL color Cylindrical-coordinate representation of color #896EC1: hue angle of 259.52º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #896EC1 is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB137110193-
CMYK0.290.4300.24
HSL259.52º40.1%59.41%-
HSV(B)259.52º43.01%75.69%-
XYZ25.5220.3253.03-
YUV127.54164.95134.75-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.14%
GREEN value IS 110 (43.36% from 255) = 25%
BLUE value IS 193 (75.78% from 255) = 43.86%
R=31.14%
G=25%
B=43.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1371101930.290.4300.24259.5240.159.41
Hex896EC11D2B018104283b
Octal21115630135530304045073
Binary1000100111011101100000111101101011011000100000100101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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