#896FC0

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

Shades of True V #896FC0

Tints of True V #896FC0

Color information

#896FC0 (or 0x896FC0) is unknown color: approx True V. HEX triplet: 89, 6F and C0. RGB value is (137,111,192). Sum of RGB (Red+Green+Blue) = 137+111+192=440 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.14% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 192 (75.39% from 255 or 43.64% from 440); Max value from RGB is 192 - color contains mainly: blue. Hex color #896FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896FC0 is #76903F. Grayscale: #7F7F7F. Windows color (decimal): -7770176 or 12611465. OLE color: 12611465.

HSL color Cylindrical-coordinate representation of color #896FC0: hue angle of 259.26º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #896FC0 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB137111192-
CMYK0.290.4200.25
HSL259.26º39.13%59.41%-
HSV(B)259.26º42.19%75.29%-
XYZ25.5220.4952.48-
YUV128.01164.11134.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.14%
GREEN value IS 111 (43.75% from 255) = 25.23%
BLUE value IS 192 (75.39% from 255) = 43.64%
R=31.14%
G=25.23%
B=43.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371111920.290.4200.25259.2639.1359.41
Hex896FC01D2A019103273b
Octal21115730035520314034773
Binary1000100111011111100000011101101010011001100000011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,111,192); }

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

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

 a { background-color: rgb(137,111,192); }

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

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

 span { border-color: rgb(137,111,192); }

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