Html Css Color HEX #895DA0 Ce Soir

📋 copy color: '#895DA0'

red 137 ◦ green 93 ◦ blue 160

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

Shades of Ce Soir #895DA0

Tints of Ce Soir #895DA0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.85%

 BLUE value IS 160 (62.89% from 255) = 41.03%

R = 35.13%
G = 23.85%
B = 41.03%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#895DA0 (or 0x895DA0) is known color: Ce Soir. HEX triplet: 89, 5D and A0. RGB value is (137,93,160). Sum of RGB (Red+Green+Blue) = 137+93+160=390 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.13% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 160 (62.89% from 255 or 41.03% from 390); Max value from RGB is 160 - color contains mainly: blue. Hex color #895DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895DA0 is #76A25F. Grayscale: #717171. Windows color (decimal): -7774816 or 10509705. OLE color: 10509705.

HSL color Cylindrical-coordinate representation of color #895DA0: hue angle of 279.4º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #895DA0 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 137 93 160 -
CMYK 0.14 0.42 0 0.37
HSL 279.4º 0.26% 0.5% -
HSV(B) 279.4º 0.42% 0.63% -
XYZ 20.58 15.69 35.2 -
YUV 113.79 154.08 144.55 -
System Red Green Blue C M Y K H S L
Decimal 137 93 160 0.14 0.42 0 0.37 279.4 0.26 0.5
Hex 89 5D A0 E 2A 0 25 117 1A 32
Octal 211 135 240 16 52 0 45 427 32 62
Binary 10001001 1011101 10100000 1110 101010 0 100101 100010111 11010 110010

Color Harmonies of #895DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895DA0

Black with #895DA0

Text Example


Text Example

White with #895DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895DA0; }

 p { color: rgb(137,93,160); }

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

background-color css

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

 a { background-color: rgb(137,93,160); }

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

border-color css

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

 span { border-color: rgb(137,93,160); }

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