Html Css Color HEX #896F92 Ce Soir

📋 copy color: '#896F92'

red 137 ◦ green 111 ◦ blue 146

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

Shades of Ce Soir #896F92

Tints of Ce Soir #896F92

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.17%

 BLUE value IS 146 (57.42% from 255) = 37.06%

R = 34.77%
G = 28.17%
B = 37.06%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#896F92 (or 0x896F92) is known color: Ce Soir. HEX triplet: 89, 6F and 92. RGB value is (137,111,146). Sum of RGB (Red+Green+Blue) = 137+111+146=394 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.77% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 146 - color contains mainly: blue. Hex color #896F92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896F92 is #76906D. Grayscale: #7A7A7A. Windows color (decimal): -7770222 or 9596809. OLE color: 9596809.

HSL color Cylindrical-coordinate representation of color #896F92: hue angle of 284.57º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #896F92 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 137 111 146 -
CMYK 0.06 0.24 0 0.43
HSL 284.57º 0.14% 0.5% -
HSV(B) 284.57º 0.24% 0.57% -
XYZ 21.19 18.76 29.7 -
YUV 122.76 141.11 138.15 -
System Red Green Blue C M Y K H S L
Decimal 137 111 146 0.06 0.24 0 0.43 284.57 0.14 0.5
Hex 89 6F 92 6 18 0 2B 11D E 32
Octal 211 157 222 6 30 0 53 435 16 62
Binary 10001001 1101111 10010010 110 11000 0 101011 100011101 1110 110010

Color Harmonies of #896F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896F92

Black with #896F92

Text Example


Text Example

White with #896F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,111,146); }

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

background-color css

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

 a { background-color: rgb(137,111,146); }

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

border-color css

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

 span { border-color: rgb(137,111,146); }

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