Html Css Color HEX #895B9D Ce Soir

📋 copy color: '#895B9D'

red 137 ◦ green 91 ◦ blue 157

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

Shades of Ce Soir #895B9D

Tints of Ce Soir #895B9D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.64%

 BLUE value IS 157 (61.72% from 255) = 40.78%

R = 35.58%
G = 23.64%
B = 40.78%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#895B9D (or 0x895B9D) is known color: Ce Soir. HEX triplet: 89, 5B and 9D. RGB value is (137,91,157). Sum of RGB (Red+Green+Blue) = 137+91+157=385 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.58% from 385); Green value is 91 (35.94% from 255 or 23.64% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 157 - color contains mainly: blue. Hex color #895B9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895B9D is #76A462. Grayscale: #707070. Windows color (decimal): -7775331 or 10312585. OLE color: 10312585.

HSL color Cylindrical-coordinate representation of color #895B9D: hue angle of 281.82º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #895B9D is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 137 91 157 -
CMYK 0.13 0.42 0 0.38
HSL 281.82º 0.27% 0.49% -
HSV(B) 281.82º 0.42% 0.62% -
XYZ 20.14 15.23 33.78 -
YUV 112.28 153.24 145.63 -
System Red Green Blue C M Y K H S L
Decimal 137 91 157 0.13 0.42 0 0.38 281.82 0.27 0.49
Hex 89 5B 9D D 2A 0 26 11A 1B 31
Octal 211 133 235 15 52 0 46 432 33 61
Binary 10001001 1011011 10011101 1101 101010 0 100110 100011010 11011 110001

Color Harmonies of #895B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895B9D

Black with #895B9D

Text Example


Text Example

White with #895B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,91,157); }

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

background-color css

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

 a { background-color: rgb(137,91,157); }

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

border-color css

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

 span { border-color: rgb(137,91,157); }

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