#896FBF

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

Shades of True V #896FBF

Tints of True V #896FBF

Color information

#896FBF (or 0x896FBF) is unknown color: approx True V. HEX triplet: 89, 6F and BF. RGB value is (137,111,191). Sum of RGB (Red+Green+Blue) = 137+111+191=439 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.21% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 191 - color contains mainly: blue. Hex color #896FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896FBF is #769040. Grayscale: #7F7F7F. Windows color (decimal): -7770177 or 12545929. OLE color: 12545929.

HSL color Cylindrical-coordinate representation of color #896FBF: hue angle of 259.5º degrees, saturation: 0.38, 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 #896FBF is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB137111191-
CMYK0.280.4200.25
HSL259.5º38.46%59.22%-
HSV(B)259.5º41.88%74.9%-
XYZ25.420.4551.9-
YUV127.89163.61134.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.21%
GREEN value IS 111 (43.75% from 255) = 25.28%
BLUE value IS 191 (75% from 255) = 43.51%
R=31.21%
G=25.28%
B=43.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371111910.280.4200.25259.538.4659.22
Hex896FBF1C2A019104263b
Octal21115727734520314044673
Binary1000100111011111011111111100101010011001100000100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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