#896BBD

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

Shades of True V #896BBD

Tints of True V #896BBD

Color information

#896BBD (or 0x896BBD) is unknown color: approx True V. HEX triplet: 89, 6B and BD. RGB value is (137,107,189). Sum of RGB (Red+Green+Blue) = 137+107+189=433 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.64% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 189 - color contains mainly: blue. Hex color #896BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896BBD is #769442. Grayscale: #7D7D7D. Windows color (decimal): -7771203 or 12413833. OLE color: 12413833.

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

Color convert

RGB137107189-
CMYK0.280.4300.26
HSL261.95º38.32%58.04%-
HSV(B)261.95º43.39%74.12%-
XYZ24.7619.5150.6-
YUV125.32163.94136.33-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.64%
GREEN value IS 107 (42.19% from 255) = 24.71%
BLUE value IS 189 (74.22% from 255) = 43.65%
R=31.64%
G=24.71%
B=43.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1371071890.280.4300.26261.9538.3258.04
Hex896BBD1C2B01A106263a
Octal21115327534530324064672
Binary1000100111010111011110111100101011011010100000110100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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