Html Css Color HEX #896496 Ce Soir

📋 copy color: '#896496'

red 137 ◦ green 100 ◦ blue 150

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

Shades of Ce Soir #896496

Tints of Ce Soir #896496

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.84%

 BLUE value IS 150 (58.98% from 255) = 38.76%

R = 35.4%
G = 25.84%
B = 38.76%

CMYK

 C value IS 0.09

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#896496 (or 0x896496) is known color: Ce Soir. HEX triplet: 89, 64 and 96. RGB value is (137,100,150). Sum of RGB (Red+Green+Blue) = 137+100+150=387 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.40% from 387); Green value is 100 (39.45% from 255 or 25.84% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 150 - color contains mainly: blue. Hex color #896496 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896496 is #769B69. Grayscale: #747474. Windows color (decimal): -7773034 or 9856137. OLE color: 9856137.

HSL color Cylindrical-coordinate representation of color #896496: hue angle of 284.4º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #896496 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 137 100 150 -
CMYK 0.09 0.33 0 0.41
HSL 284.4º 0.2% 0.49% -
HSV(B) 284.4º 0.33% 0.59% -
XYZ 20.38 16.63 30.99 -
YUV 116.76 146.76 142.43 -
System Red Green Blue C M Y K H S L
Decimal 137 100 150 0.09 0.33 0 0.41 284.4 0.2 0.49
Hex 89 64 96 9 21 0 29 11C 14 31
Octal 211 144 226 11 41 0 51 434 24 61
Binary 10001001 1100100 10010110 1001 100001 0 101001 100011100 10100 110001

Color Harmonies of #896496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896496

Black with #896496

Text Example


Text Example

White with #896496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896496; }

 p { color: rgb(137,100,150); }

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

background-color css

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

 a { background-color: rgb(137,100,150); }

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

border-color css

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

 span { border-color: rgb(137,100,150); }

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