#896DB9

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

Shades of True V #896DB9

Tints of True V #896DB9

Color information

#896DB9 (or 0x896DB9) is unknown color: approx True V. HEX triplet: 89, 6D and B9. RGB value is (137,109,185). Sum of RGB (Red+Green+Blue) = 137+109+185=431 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.79% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 185 (72.66% from 255 or 42.92% from 431); Max value from RGB is 185 - color contains mainly: blue. Hex color #896DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896DB9 is #769246. Grayscale: #7D7D7D. Windows color (decimal): -7770695 or 12152201. OLE color: 12152201.

HSL color Cylindrical-coordinate representation of color #896DB9: hue angle of 262.11º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #896DB9 is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB137109185-
CMYK0.260.4100.27
HSL262.11º35.19%57.65%-
HSV(B)262.11º41.08%72.55%-
XYZ24.5419.7648.42-
YUV126.04161.28135.82-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.79%
GREEN value IS 109 (42.97% from 255) = 25.29%
BLUE value IS 185 (72.66% from 255) = 42.92%
R=31.79%
G=25.29%
B=42.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1371091850.260.4100.27262.1135.1957.65
Hex896DB91A2901B106233a
Octal21115527132510334064372
Binary1000100111011011011100111010101001011011100000110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,109,185); }

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

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

 a { background-color: rgb(137,109,185); }

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

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

 span { border-color: rgb(137,109,185); }

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