Html Css Color HEX #885DA9 Ce Soir

📋 copy color: '#885DA9'

red 136 ◦ green 93 ◦ blue 169

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

Shades of Ce Soir #885DA9

Tints of Ce Soir #885DA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 42.46%

R = 34.17%
G = 23.37%
B = 42.46%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#885DA9 (or 0x885DA9) is known color: Ce Soir. HEX triplet: 88, 5D and A9. RGB value is (136,93,169). Sum of RGB (Red+Green+Blue) = 136+93+169=398 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.17% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 169 (66.41% from 255 or 42.46% from 398); Max value from RGB is 169 - color contains mainly: blue. Hex color #885DA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885DA9 is #77A256. Grayscale: #727272. Windows color (decimal): -7840343 or 11099528. OLE color: 11099528.

HSL color Cylindrical-coordinate representation of color #885DA9: hue angle of 273.95º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #885DA9 is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 136 93 169 -
CMYK 0.20 0.45 0 0.34
HSL 273.95º 0.31% 0.51% -
HSV(B) 273.95º 0.45% 0.66% -
XYZ 21.23 15.93 39.49 -
YUV 114.52 158.75 143.32 -
System Red Green Blue C M Y K H S L
Decimal 136 93 169 0.20 0.45 0 0.34 273.95 0.31 0.51
Hex 88 5D A9 14 2D 0 22 112 1F 33
Octal 210 135 251 24 55 0 42 422 37 63
Binary 10001000 1011101 10101001 10100 101101 0 100010 100010010 11111 110011

Color Harmonies of #885DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885DA9

Black with #885DA9

Text Example


Text Example

White with #885DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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