Html Css Color HEX #896C9A Ce Soir

📋 copy color: '#896C9A'

red 137 ◦ green 108 ◦ blue 154

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

Shades of Ce Soir #896C9A

Tints of Ce Soir #896C9A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.07%

 BLUE value IS 154 (60.55% from 255) = 38.6%

R = 34.34%
G = 27.07%
B = 38.6%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#896C9A (or 0x896C9A) is known color: Ce Soir. HEX triplet: 89, 6C and 9A. RGB value is (137,108,154). Sum of RGB (Red+Green+Blue) = 137+108+154=399 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.34% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 154 (60.55% from 255 or 38.60% from 399); Max value from RGB is 154 - color contains mainly: blue. Hex color #896C9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896C9A is #769365. Grayscale: #797979. Windows color (decimal): -7770982 or 10120329. OLE color: 10120329.

HSL color Cylindrical-coordinate representation of color #896C9A: hue angle of 277.83º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #896C9A is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 137 108 154 -
CMYK 0.11 0.30 0 0.40
HSL 277.83º 0.19% 0.51% -
HSV(B) 277.83º 0.3% 0.6% -
XYZ 21.51 18.38 32.99 -
YUV 121.92 146.11 138.76 -
System Red Green Blue C M Y K H S L
Decimal 137 108 154 0.11 0.30 0 0.40 277.83 0.19 0.51
Hex 89 6C 9A B 1E 0 28 116 13 33
Octal 211 154 232 13 36 0 50 426 23 63
Binary 10001001 1101100 10011010 1011 11110 0 101000 100010110 10011 110011

Color Harmonies of #896C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896C9A

Black with #896C9A

Text Example


Text Example

White with #896C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,108,154); }

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

background-color css

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

 a { background-color: rgb(137,108,154); }

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

border-color css

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

 span { border-color: rgb(137,108,154); }

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