#896ACB

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

Shades of True V #896ACB

Tints of True V #896ACB

Color information

#896ACB (or 0x896ACB) is unknown color: approx True V. HEX triplet: 89, 6A and CB. RGB value is (137,106,203). Sum of RGB (Red+Green+Blue) = 137+106+203=446 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.72% from 446); Green value is 106 (41.80% from 255 or 23.77% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #896ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896ACB is #769534. Grayscale: #7D7D7D. Windows color (decimal): -7771445 or 13331081. OLE color: 13331081.

HSL color Cylindrical-coordinate representation of color #896ACB: hue angle of 259.18º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #896ACB is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB137106203-
CMYK0.330.4800.20
HSL259.18º48.26%60.59%-
HSV(B)259.18º47.78%79.61%-
XYZ26.2519.9458.96-
YUV126.33171.27135.61-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.72%
GREEN value IS 106 (41.80% from 255) = 23.77%
BLUE value IS 203 (79.69% from 255) = 45.52%
R=30.72%
G=23.77%
B=45.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1371062030.330.4800.20259.1848.2660.59
Hex896ACB2130014103303d
Octal21115231341600244036075
Binary10001001110101011001011100001110000010100100000011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,106,203); }

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

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

 a { background-color: rgb(137,106,203); }

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

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

 span { border-color: rgb(137,106,203); }

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