Html Css Color HEX #885DA8 Ce Soir

📋 copy color: '#885DA8'

red 136 ◦ green 93 ◦ blue 168

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

Shades of Ce Soir #885DA8

Tints of Ce Soir #885DA8

RGB

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

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

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

R = 34.26%
G = 23.43%
B = 42.32%

CMYK

 C value IS 0.19

 M value IS 0.45

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#885DA8 (or 0x885DA8) is known color: Ce Soir. HEX triplet: 88, 5D and A8. RGB value is (136,93,168). Sum of RGB (Red+Green+Blue) = 136+93+168=397 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.26% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 168 (66.02% from 255 or 42.32% from 397); Max value from RGB is 168 - color contains mainly: blue. Hex color #885DA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885DA8 is #77A257. Grayscale: #727272. Windows color (decimal): -7840344 or 11033992. OLE color: 11033992.

HSL color Cylindrical-coordinate representation of color #885DA8: hue angle of 274.4º degrees, saturation: 0.3, 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 #885DA8 is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 136 93 168 -
CMYK 0.19 0.45 0 0.34
HSL 274.4º 0.3% 0.51% -
HSV(B) 274.4º 0.45% 0.66% -
XYZ 21.14 15.89 39 -
YUV 114.41 158.25 143.4 -
System Red Green Blue C M Y K H S L
Decimal 136 93 168 0.19 0.45 0 0.34 274.4 0.3 0.51
Hex 88 5D A8 13 2D 0 22 112 1E 33
Octal 210 135 250 23 55 0 42 422 36 63
Binary 10001000 1011101 10101000 10011 101101 0 100010 100010010 11110 110011

Color Harmonies of #885DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885DA8

Black with #885DA8

Text Example


Text Example

White with #885DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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