Html Css Color HEX #896AA0 Ce Soir

📋 copy color: '#896AA0'

red 137 ◦ green 106 ◦ blue 160

#896AA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ce Soir #896AA0

Tints of Ce Soir #896AA0

RGB

 RED value IS 137 (53.91% from 255) = 34%

 GREEN value IS 106 (41.8% from 255) = 26.3%

 BLUE value IS 160 (62.89% from 255) = 39.7%

R = 34%
G = 26.3%
B = 39.7%

CMYK

 C value IS 0.14

 M value IS 0.34

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#896AA0 (or 0x896AA0) is known color: Ce Soir. HEX triplet: 89, 6A and A0. RGB value is (137,106,160). Sum of RGB (Red+Green+Blue) = 137+106+160=403 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.00% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 160 (62.89% from 255 or 39.70% from 403); Max value from RGB is 160 - color contains mainly: blue. Hex color #896AA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896AA0 is #76955F. Grayscale: #797979. Windows color (decimal): -7771488 or 10513033. OLE color: 10513033.

HSL color Cylindrical-coordinate representation of color #896AA0: hue angle of 274.44º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #896AA0 is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 137 106 160 -
CMYK 0.14 0.34 0 0.37
HSL 274.44º 0.22% 0.52% -
HSV(B) 274.44º 0.34% 0.63% -
XYZ 21.82 18.16 35.61 -
YUV 121.43 149.77 139.11 -
System Red Green Blue C M Y K H S L
Decimal 137 106 160 0.14 0.34 0 0.37 274.44 0.22 0.52
Hex 89 6A A0 E 22 0 25 112 16 34
Octal 211 152 240 16 42 0 45 422 26 64
Binary 10001001 1101010 10100000 1110 100010 0 100101 100010010 10110 110100

Color Harmonies of #896AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896AA0

Black with #896AA0

Text Example


Text Example

White with #896AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #896AA0;
 }
 .AnyTagClassName
 {
   color: #896AA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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