Html Css Color HEX #895A99 Ce Soir

📋 copy color: '#895A99'

red 137 ◦ green 90 ◦ blue 153

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

Shades of Ce Soir #895A99

Tints of Ce Soir #895A99

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.68%

 BLUE value IS 153 (60.16% from 255) = 40.26%

R = 36.05%
G = 23.68%
B = 40.26%

CMYK

 C value IS 0.10

 M value IS 0.41

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#895A99 (or 0x895A99) is known color: Ce Soir. HEX triplet: 89, 5A and 99. RGB value is (137,90,153). Sum of RGB (Red+Green+Blue) = 137+90+153=380 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.05% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 153 - color contains mainly: blue. Hex color #895A99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895A99 is #76A566. Grayscale: #6F6F6F. Windows color (decimal): -7775591 or 10050185. OLE color: 10050185.

HSL color Cylindrical-coordinate representation of color #895A99: hue angle of 284.76º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #895A99 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 137 90 153 -
CMYK 0.10 0.41 0 0.4
HSL 284.76º 0.26% 0.48% -
HSV(B) 284.76º 0.41% 0.6% -
XYZ 19.72 14.93 31.98 -
YUV 111.24 151.57 146.38 -
System Red Green Blue C M Y K H S L
Decimal 137 90 153 0.10 0.41 0 0.4 284.76 0.26 0.48
Hex 89 5A 99 A 29 0 28 11D 1A 30
Octal 211 132 231 12 51 0 50 435 32 60
Binary 10001001 1011010 10011001 1010 101001 0 101000 100011101 11010 110000

Color Harmonies of #895A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895A99

Black with #895A99

Text Example


Text Example

White with #895A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,90,153); }

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

background-color css

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

 a { background-color: rgb(137,90,153); }

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

border-color css

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

 span { border-color: rgb(137,90,153); }

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