Html Css Color HEX #896394 Ce Soir

📋 copy color: '#896394'

red 137 ◦ green 99 ◦ blue 148

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

Shades of Ce Soir #896394

Tints of Ce Soir #896394

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.78%

 BLUE value IS 148 (58.2% from 255) = 38.54%

R = 35.68%
G = 25.78%
B = 38.54%

CMYK

 C value IS 0.07

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#896394 (or 0x896394) is known color: Ce Soir. HEX triplet: 89, 63 and 94. RGB value is (137,99,148). Sum of RGB (Red+Green+Blue) = 137+99+148=384 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.68% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 148 (58.20% from 255 or 38.54% from 384); Max value from RGB is 148 - color contains mainly: blue. Hex color #896394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896394 is #769C6B. Grayscale: #737373. Windows color (decimal): -7773292 or 9724809. OLE color: 9724809.

HSL color Cylindrical-coordinate representation of color #896394: hue angle of 286.53º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #896394 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 99 148 -
CMYK 0.07 0.33 0 0.42
HSL 286.53º 0.2% 0.48% -
HSV(B) 286.53º 0.33% 0.58% -
XYZ 20.12 16.38 30.12 -
YUV 115.95 146.09 143.02 -
System Red Green Blue C M Y K H S L
Decimal 137 99 148 0.07 0.33 0 0.42 286.53 0.2 0.48
Hex 89 63 94 7 21 0 2A 11F 14 30
Octal 211 143 224 7 41 0 52 437 24 60
Binary 10001001 1100011 10010100 111 100001 0 101010 100011111 10100 110000

Color Harmonies of #896394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896394

Black with #896394

Text Example


Text Example

White with #896394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896394; }

 p { color: rgb(137,99,148); }

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

background-color css

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

 a { background-color: rgb(137,99,148); }

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

border-color css

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

 span { border-color: rgb(137,99,148); }

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