Html Css Color HEX #895DAA Ce Soir

📋 copy color: '#895DAA'

red 137 ◦ green 93 ◦ blue 170

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

Shades of Ce Soir #895DAA

Tints of Ce Soir #895DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.5%

R = 34.25%
G = 23.25%
B = 42.5%

CMYK

 C value IS 0.19

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#895DAA (or 0x895DAA) is known color: Ce Soir. HEX triplet: 89, 5D and AA. RGB value is (137,93,170). Sum of RGB (Red+Green+Blue) = 137+93+170=400 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.25% from 400); Green value is 93 (36.72% from 255 or 23.25% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #895DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895DAA is #76A255. Grayscale: #727272. Windows color (decimal): -7774806 or 11165065. OLE color: 11165065.

HSL color Cylindrical-coordinate representation of color #895DAA: hue angle of 274.29º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #895DAA is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 137 93 170 -
CMYK 0.19 0.45 0 0.33
HSL 274.29º 0.31% 0.52% -
HSV(B) 274.29º 0.45% 0.67% -
XYZ 21.49 16.05 40 -
YUV 114.93 159.08 143.74 -
System Red Green Blue C M Y K H S L
Decimal 137 93 170 0.19 0.45 0 0.33 274.29 0.31 0.52
Hex 89 5D AA 13 2D 0 21 112 1F 34
Octal 211 135 252 23 55 0 41 422 37 64
Binary 10001001 1011101 10101010 10011 101101 0 100001 100010010 11111 110100

Color Harmonies of #895DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895DAA

Black with #895DAA

Text Example


Text Example

White with #895DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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