Html Css Color HEX #885CAC Ce Soir

📋 copy color: '#885CAC'

red 136 ◦ green 92 ◦ blue 172

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

Shades of Ce Soir #885CAC

Tints of Ce Soir #885CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43%

R = 34%
G = 23%
B = 43%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#885CAC (or 0x885CAC) is known color: Ce Soir. HEX triplet: 88, 5C and AC. RGB value is (136,92,172). Sum of RGB (Red+Green+Blue) = 136+92+172=400 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: blue. Hex color #885CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885CAC is #77A353. Grayscale: #717171. Windows color (decimal): -7840596 or 11295880. OLE color: 11295880.

HSL color Cylindrical-coordinate representation of color #885CAC: hue angle of 273º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #885CAC is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 92 172 -
CMYK 0.21 0.47 0 0.33
HSL 273º 0.33% 0.52% -
HSV(B) 273º 0.47% 0.67% -
XYZ 21.43 15.87 40.96 -
YUV 114.28 160.58 143.5 -
System Red Green Blue C M Y K H S L
Decimal 136 92 172 0.21 0.47 0 0.33 273 0.33 0.52
Hex 88 5C AC 15 2F 0 21 111 21 34
Octal 210 134 254 25 57 0 41 421 41 64
Binary 10001000 1011100 10101100 10101 101111 0 100001 100010001 100001 110100

Color Harmonies of #885CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885CAC

Black with #885CAC

Text Example


Text Example

White with #885CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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