Html Css Color HEX #896D91 Ce Soir

📋 copy color: '#896D91'

red 137 ◦ green 109 ◦ blue 145

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

Shades of Ce Soir #896D91

Tints of Ce Soir #896D91

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.88%

 BLUE value IS 145 (57.03% from 255) = 37.08%

R = 35.04%
G = 27.88%
B = 37.08%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#896D91 (or 0x896D91) is known color: Ce Soir. HEX triplet: 89, 6D and 91. RGB value is (137,109,145). Sum of RGB (Red+Green+Blue) = 137+109+145=391 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.04% from 391); Green value is 109 (42.97% from 255 or 27.88% from 391); Blue value is 145 (57.03% from 255 or 37.08% from 391); Max value from RGB is 145 - color contains mainly: blue. Hex color #896D91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896D91 is #76926E. Grayscale: #797979. Windows color (decimal): -7770735 or 9530761. OLE color: 9530761.

HSL color Cylindrical-coordinate representation of color #896D91: hue angle of 286.67º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #896D91 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 137 109 145 -
CMYK 0.06 0.25 0 0.43
HSL 286.67º 0.14% 0.5% -
HSV(B) 286.67º 0.25% 0.57% -
XYZ 20.9 18.3 29.22 -
YUV 121.48 141.28 139.07 -
System Red Green Blue C M Y K H S L
Decimal 137 109 145 0.06 0.25 0 0.43 286.67 0.14 0.5
Hex 89 6D 91 6 19 0 2B 11F E 32
Octal 211 155 221 6 31 0 53 437 16 62
Binary 10001001 1101101 10010001 110 11001 0 101011 100011111 1110 110010

Color Harmonies of #896D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896D91

Black with #896D91

Text Example


Text Example

White with #896D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,109,145); }

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

background-color css

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

 a { background-color: rgb(137,109,145); }

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

border-color css

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

 span { border-color: rgb(137,109,145); }

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