Html Css Color HEX #896695 Ce Soir

📋 copy color: '#896695'

red 137 ◦ green 102 ◦ blue 149

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

Shades of Ce Soir #896695

Tints of Ce Soir #896695

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.29%

 BLUE value IS 149 (58.59% from 255) = 38.4%

R = 35.31%
G = 26.29%
B = 38.4%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#896695 (or 0x896695) is known color: Ce Soir. HEX triplet: 89, 66 and 95. RGB value is (137,102,149). Sum of RGB (Red+Green+Blue) = 137+102+149=388 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.31% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 149 (58.59% from 255 or 38.40% from 388); Max value from RGB is 149 - color contains mainly: blue. Hex color #896695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896695 is #76996A. Grayscale: #757575. Windows color (decimal): -7772523 or 9791113. OLE color: 9791113.

HSL color Cylindrical-coordinate representation of color #896695: hue angle of 284.68º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #896695 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 102 149 -
CMYK 0.08 0.32 0 0.42
HSL 284.68º 0.19% 0.49% -
HSV(B) 284.68º 0.32% 0.58% -
XYZ 20.49 16.99 30.63 -
YUV 117.82 145.6 141.68 -
System Red Green Blue C M Y K H S L
Decimal 137 102 149 0.08 0.32 0 0.42 284.68 0.19 0.49
Hex 89 66 95 8 20 0 2A 11D 13 31
Octal 211 146 225 10 40 0 52 435 23 61
Binary 10001001 1100110 10010101 1000 100000 0 101010 100011101 10011 110001

Color Harmonies of #896695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896695

Black with #896695

Text Example


Text Example

White with #896695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896695; }

 p { color: rgb(137,102,149); }

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

background-color css

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

 a { background-color: rgb(137,102,149); }

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

border-color css

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

 span { border-color: rgb(137,102,149); }

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