Html Css Color HEX #885EA8 Ce Soir

📋 copy color: '#885EA8'

red 136 ◦ green 94 ◦ blue 168

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

Shades of Ce Soir #885EA8

Tints of Ce Soir #885EA8

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.62%

 BLUE value IS 168 (66.02% from 255) = 42.21%

R = 34.17%
G = 23.62%
B = 42.21%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#885EA8 (or 0x885EA8) is known color: Ce Soir. HEX triplet: 88, 5E and A8. RGB value is (136,94,168). Sum of RGB (Red+Green+Blue) = 136+94+168=398 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.17% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 168 (66.02% from 255 or 42.21% from 398); Max value from RGB is 168 - color contains mainly: blue. Hex color #885EA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885EA8 is #77A157. Grayscale: #727272. Windows color (decimal): -7840088 or 11034248. OLE color: 11034248.

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

Color convert

RGB 136 94 168 -
CMYK 0.19 0.44 0 0.34
HSL 274.05º 0.3% 0.51% -
HSV(B) 274.05º 0.44% 0.66% -
XYZ 21.22 16.07 39.03 -
YUV 114.99 157.91 142.98 -
System Red Green Blue C M Y K H S L
Decimal 136 94 168 0.19 0.44 0 0.34 274.05 0.3 0.51
Hex 88 5E A8 13 2C 0 22 112 1E 33
Octal 210 136 250 23 54 0 42 422 36 63
Binary 10001000 1011110 10101000 10011 101100 0 100010 100010010 11110 110011

Color Harmonies of #885EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885EA8

Black with #885EA8

Text Example


Text Example

White with #885EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,94,168); }

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

background-color css

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

 a { background-color: rgb(136,94,168); }

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

border-color css

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

 span { border-color: rgb(136,94,168); }

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