Html Css Color HEX #885CA6 Ce Soir

📋 copy color: '#885CA6'

red 136 ◦ green 92 ◦ blue 166

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

Shades of Ce Soir #885CA6

Tints of Ce Soir #885CA6

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.35%

 BLUE value IS 166 (65.23% from 255) = 42.13%

R = 34.52%
G = 23.35%
B = 42.13%

CMYK

 C value IS 0.18

 M value IS 0.45

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#885CA6 (or 0x885CA6) is known color: Ce Soir. HEX triplet: 88, 5C and A6. RGB value is (136,92,166). Sum of RGB (Red+Green+Blue) = 136+92+166=394 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.52% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 166 (65.23% from 255 or 42.13% from 394); Max value from RGB is 166 - color contains mainly: blue. Hex color #885CA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885CA6 is #77A359. Grayscale: #717171. Windows color (decimal): -7840602 or 10902664. OLE color: 10902664.

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

Color convert

RGB 136 92 166 -
CMYK 0.18 0.45 0 0.35
HSL 275.68º 0.29% 0.51% -
HSV(B) 275.68º 0.45% 0.65% -
XYZ 20.86 15.64 38 -
YUV 113.59 157.58 143.98 -
System Red Green Blue C M Y K H S L
Decimal 136 92 166 0.18 0.45 0 0.35 275.68 0.29 0.51
Hex 88 5C A6 12 2D 0 23 114 1D 33
Octal 210 134 246 22 55 0 43 424 35 63
Binary 10001000 1011100 10100110 10010 101101 0 100011 100010100 11101 110011

Color Harmonies of #885CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885CA6

Black with #885CA6

Text Example


Text Example

White with #885CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,92,166); }

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

background-color css

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

 a { background-color: rgb(136,92,166); }

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

border-color css

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

 span { border-color: rgb(136,92,166); }

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