Html Css Color HEX #885DA1 Ce Soir

📋 copy color: '#885DA1'

red 136 ◦ green 93 ◦ blue 161

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

Shades of Ce Soir #885DA1

Tints of Ce Soir #885DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 41.28%

R = 34.87%
G = 23.85%
B = 41.28%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#885DA1 (or 0x885DA1) is known color: Ce Soir. HEX triplet: 88, 5D and A1. RGB value is (136,93,161). Sum of RGB (Red+Green+Blue) = 136+93+161=390 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.87% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 161 (63.28% from 255 or 41.28% from 390); Max value from RGB is 161 - color contains mainly: blue. Hex color #885DA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885DA1 is #77A25E. Grayscale: #717171. Windows color (decimal): -7840351 or 10575240. OLE color: 10575240.

HSL color Cylindrical-coordinate representation of color #885DA1: hue angle of 277.94º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #885DA1 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 136 93 161 -
CMYK 0.16 0.42 0 0.37
HSL 277.94º 0.27% 0.5% -
HSV(B) 277.94º 0.42% 0.63% -
XYZ 20.5 15.64 35.66 -
YUV 113.61 154.75 143.97 -
System Red Green Blue C M Y K H S L
Decimal 136 93 161 0.16 0.42 0 0.37 277.94 0.27 0.5
Hex 88 5D A1 10 2A 0 25 116 1B 32
Octal 210 135 241 20 52 0 45 426 33 62
Binary 10001000 1011101 10100001 10000 101010 0 100101 100010110 11011 110010

Color Harmonies of #885DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885DA1

Black with #885DA1

Text Example


Text Example

White with #885DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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