Html Css Color HEX #896096 Ce Soir

📋 copy color: '#896096'

red 137 ◦ green 96 ◦ blue 150

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

Shades of Ce Soir #896096

Tints of Ce Soir #896096

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.07%

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

R = 35.77%
G = 25.07%
B = 39.16%

CMYK

 C value IS 0.09

 M value IS 0.36

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#896096 (or 0x896096) is known color: Ce Soir. HEX triplet: 89, 60 and 96. RGB value is (137,96,150). Sum of RGB (Red+Green+Blue) = 137+96+150=383 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.77% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 150 - color contains mainly: blue. Hex color #896096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896096 is #769F69. Grayscale: #727272. Windows color (decimal): -7774058 or 9855113. OLE color: 9855113.

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

Color convert

RGB 137 96 150 -
CMYK 0.09 0.36 0 0.41
HSL 285.56º 0.22% 0.48% -
HSV(B) 285.56º 0.36% 0.59% -
XYZ 20 15.89 30.87 -
YUV 114.42 148.08 144.11 -
System Red Green Blue C M Y K H S L
Decimal 137 96 150 0.09 0.36 0 0.41 285.56 0.22 0.48
Hex 89 60 96 9 24 0 29 11E 16 30
Octal 211 140 226 11 44 0 51 436 26 60
Binary 10001001 1100000 10010110 1001 100100 0 101001 100011110 10110 110000

Color Harmonies of #896096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896096

Black with #896096

Text Example


Text Example

White with #896096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896096; }

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

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

background-color css

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

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

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

border-color css

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

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

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