Html Css Color HEX #885BA5 Ce Soir

📋 copy color: '#885BA5'

red 136 ◦ green 91 ◦ blue 165

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

Shades of Ce Soir #885BA5

Tints of Ce Soir #885BA5

RGB

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

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

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

R = 34.69%
G = 23.21%
B = 42.09%

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

#885BA5 (or 0x885BA5) is known color: Ce Soir. HEX triplet: 88, 5B and A5. RGB value is (136,91,165). Sum of RGB (Red+Green+Blue) = 136+91+165=392 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.69% from 392); Green value is 91 (35.94% from 255 or 23.21% from 392); Blue value is 165 (64.84% from 255 or 42.09% from 392); Max value from RGB is 165 - color contains mainly: blue. Hex color #885BA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885BA5 is #77A45A. Grayscale: #707070. Windows color (decimal): -7840859 or 10836872. OLE color: 10836872.

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

Color convert

RGB 136 91 165 -
CMYK 0.18 0.45 0 0.35
HSL 276.49º 0.29% 0.5% -
HSV(B) 276.49º 0.45% 0.65% -
XYZ 20.69 15.43 37.49 -
YUV 112.89 157.41 144.48 -
System Red Green Blue C M Y K H S L
Decimal 136 91 165 0.18 0.45 0 0.35 276.49 0.29 0.5
Hex 88 5B A5 12 2D 0 23 114 1D 32
Octal 210 133 245 22 55 0 43 424 35 62
Binary 10001000 1011011 10100101 10010 101101 0 100011 100010100 11101 110010

Color Harmonies of #885BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885BA5

Black with #885BA5

Text Example


Text Example

White with #885BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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