Html Css Color HEX #885AA5 Ce Soir

📋 copy color: '#885AA5'

red 136 ◦ green 90 ◦ blue 165

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

Shades of Ce Soir #885AA5

Tints of Ce Soir #885AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 42.2%

R = 34.78%
G = 23.02%
B = 42.2%

CMYK

 C value IS 0.18

 M value IS 0.45

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#885AA5 (or 0x885AA5) is known color: Ce Soir. HEX triplet: 88, 5A and A5. RGB value is (136,90,165). Sum of RGB (Red+Green+Blue) = 136+90+165=391 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.78% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 165 (64.84% from 255 or 42.20% from 391); Max value from RGB is 165 - color contains mainly: blue. Hex color #885AA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885AA5 is #77A55A. Grayscale: #707070. Windows color (decimal): -7841115 or 10836616. OLE color: 10836616.

HSL color Cylindrical-coordinate representation of color #885AA5: hue angle of 276.8º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #885AA5 is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 136 90 165 -
CMYK 0.18 0.45 0 0.35
HSL 276.8º 0.29% 0.5% -
HSV(B) 276.8º 0.45% 0.65% -
XYZ 20.6 15.26 37.46 -
YUV 112.3 157.74 144.9 -
System Red Green Blue C M Y K H S L
Decimal 136 90 165 0.18 0.45 0 0.35 276.8 0.29 0.5
Hex 88 5A A5 12 2D 0 23 115 1D 32
Octal 210 132 245 22 55 0 43 425 35 62
Binary 10001000 1011010 10100101 10010 101101 0 100011 100010101 11101 110010

Color Harmonies of #885AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885AA5

Black with #885AA5

Text Example


Text Example

White with #885AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,90,165); }

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

background-color css

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

 a { background-color: rgb(136,90,165); }

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

border-color css

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

 span { border-color: rgb(136,90,165); }

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