Html Css Color HEX #896899 Ce Soir

📋 copy color: '#896899'

red 137 ◦ green 104 ◦ blue 153

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

Shades of Ce Soir #896899

Tints of Ce Soir #896899

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.4%

 BLUE value IS 153 (60.16% from 255) = 38.83%

R = 34.77%
G = 26.4%
B = 38.83%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#896899 (or 0x896899) is known color: Ce Soir. HEX triplet: 89, 68 and 99. RGB value is (137,104,153). Sum of RGB (Red+Green+Blue) = 137+104+153=394 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.77% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 153 - color contains mainly: blue. Hex color #896899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896899 is #769766. Grayscale: #777777. Windows color (decimal): -7772007 or 10053769. OLE color: 10053769.

HSL color Cylindrical-coordinate representation of color #896899: hue angle of 280.41º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #896899 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 137 104 153 -
CMYK 0.10 0.32 0 0.4
HSL 280.41º 0.19% 0.5% -
HSV(B) 280.41º 0.32% 0.6% -
XYZ 21.02 17.52 32.41 -
YUV 119.45 146.93 140.52 -
System Red Green Blue C M Y K H S L
Decimal 137 104 153 0.10 0.32 0 0.4 280.41 0.19 0.5
Hex 89 68 99 A 20 0 28 118 13 32
Octal 211 150 231 12 40 0 50 430 23 62
Binary 10001001 1101000 10011001 1010 100000 0 101000 100011000 10011 110010

Color Harmonies of #896899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896899

Black with #896899

Text Example


Text Example

White with #896899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896899; }

 p { color: rgb(137,104,153); }

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

background-color css

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

 a { background-color: rgb(137,104,153); }

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

border-color css

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

 span { border-color: rgb(137,104,153); }

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