#896BCA

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

Shades of True V #896BCA

Tints of True V #896BCA

Color information

#896BCA (or 0x896BCA) is unknown color: approx True V. HEX triplet: 89, 6B and CA. RGB value is (137,107,202). Sum of RGB (Red+Green+Blue) = 137+107+202=446 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.72% from 446); Green value is 107 (42.19% from 255 or 23.99% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #896BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896BCA is #769435. Grayscale: #7E7E7E. Windows color (decimal): -7771190 or 13265801. OLE color: 13265801.

HSL color Cylindrical-coordinate representation of color #896BCA: hue angle of 258.95º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #896BCA is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB137107202-
CMYK0.320.4700.21
HSL258.95º47.26%60.59%-
HSV(B)258.95º47.03%79.22%-
XYZ26.2320.158.37-
YUV126.8170.44135.28-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.72%
GREEN value IS 107 (42.19% from 255) = 23.99%
BLUE value IS 202 (79.30% from 255) = 45.29%
R=30.72%
G=23.99%
B=45.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1371072020.320.4700.21258.9547.2660.59
Hex896BCA202F0151032f3d
Octal21115331240570254035775
Binary10001001110101111001010100000101111010101100000011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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