#896DBD

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

Shades of True V #896DBD

Tints of True V #896DBD

Color information

#896DBD (or 0x896DBD) is unknown color: approx True V. HEX triplet: 89, 6D and BD. RGB value is (137,109,189). Sum of RGB (Red+Green+Blue) = 137+109+189=435 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.49% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 189 - color contains mainly: blue. Hex color #896DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896DBD is #769242. Grayscale: #7E7E7E. Windows color (decimal): -7770691 or 12414345. OLE color: 12414345.

HSL color Cylindrical-coordinate representation of color #896DBD: hue angle of 261º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #896DBD is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB137109189-
CMYK0.280.4200.26
HSL261º37.74%58.43%-
HSV(B)261º42.33%74.12%-
XYZ24.9719.9350.67-
YUV126.49163.28135.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.49%
GREEN value IS 109 (42.97% from 255) = 25.06%
BLUE value IS 189 (74.22% from 255) = 43.45%
R=31.49%
G=25.06%
B=43.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1371091890.280.4200.2626137.7458.43
Hex896DBD1C2A01A105263a
Octal21115527534520324054672
Binary1000100111011011011110111100101010011010100000101100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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