Html Css Color HEX #885EAA Ce Soir

📋 copy color: '#885EAA'

red 136 ◦ green 94 ◦ blue 170

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

Shades of Ce Soir #885EAA

Tints of Ce Soir #885EAA

RGB

 RED value IS 136 (53.52% from 255) = 34%

 GREEN value IS 94 (37.11% from 255) = 23.5%

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

R = 34%
G = 23.5%
B = 42.5%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#885EAA (or 0x885EAA) is known color: Ce Soir. HEX triplet: 88, 5E and AA. RGB value is (136,94,170). Sum of RGB (Red+Green+Blue) = 136+94+170=400 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34% from 400); Green value is 94 (37.11% from 255 or 23.5% 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 #885EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885EAA is #77A155. Grayscale: #727272. Windows color (decimal): -7840086 or 11165320. OLE color: 11165320.

HSL color Cylindrical-coordinate representation of color #885EAA: hue angle of 273.16º 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 #885EAA is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 94 170 -
CMYK 0.20 0.45 0 0.33
HSL 273.16º 0.31% 0.52% -
HSV(B) 273.16º 0.45% 0.67% -
XYZ 21.41 16.14 40.02 -
YUV 115.22 158.91 142.82 -
System Red Green Blue C M Y K H S L
Decimal 136 94 170 0.20 0.45 0 0.33 273.16 0.31 0.52
Hex 88 5E AA 14 2D 0 21 111 1F 34
Octal 210 136 252 24 55 0 41 421 37 64
Binary 10001000 1011110 10101010 10100 101101 0 100001 100010001 11111 110100

Color Harmonies of #885EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885EAA

Black with #885EAA

Text Example


Text Example

White with #885EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885EAA; }

 p { color: rgb(136,94,170); }

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

background-color css

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

 a { background-color: rgb(136,94,170); }

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

border-color css

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

 span { border-color: rgb(136,94,170); }

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