Html Css Color HEX #885DA5 Ce Soir

📋 copy color: '#885DA5'

red 136 ◦ green 93 ◦ blue 165

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

Shades of Ce Soir #885DA5

Tints of Ce Soir #885DA5

RGB

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

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

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

R = 34.52%
G = 23.6%
B = 41.88%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#885DA5 (or 0x885DA5) is known color: Ce Soir. HEX triplet: 88, 5D and A5. RGB value is (136,93,165). Sum of RGB (Red+Green+Blue) = 136+93+165=394 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.52% from 394); Green value is 93 (36.72% from 255 or 23.60% from 394); Blue value is 165 (64.84% from 255 or 41.88% from 394); Max value from RGB is 165 - color contains mainly: blue. Hex color #885DA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885DA5 is #77A25A. Grayscale: #717171. Windows color (decimal): -7840347 or 10837384. OLE color: 10837384.

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

Color convert

RGB 136 93 165 -
CMYK 0.18 0.44 0 0.35
HSL 275.83º 0.29% 0.51% -
HSV(B) 275.83º 0.44% 0.65% -
XYZ 20.86 15.78 37.54 -
YUV 114.07 156.75 143.65 -
System Red Green Blue C M Y K H S L
Decimal 136 93 165 0.18 0.44 0 0.35 275.83 0.29 0.51
Hex 88 5D A5 12 2C 0 23 114 1D 33
Octal 210 135 245 22 54 0 43 424 35 63
Binary 10001000 1011101 10100101 10010 101100 0 100011 100010100 11101 110011

Color Harmonies of #885DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885DA5

Black with #885DA5

Text Example


Text Example

White with #885DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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