Html Css Color HEX #885DAC Ce Soir

📋 copy color: '#885DAC'

red 136 ◦ green 93 ◦ blue 172

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

Shades of Ce Soir #885DAC

Tints of Ce Soir #885DAC

RGB

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

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

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

R = 33.92%
G = 23.19%
B = 42.89%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#885DAC (or 0x885DAC) is known color: Ce Soir. HEX triplet: 88, 5D and AC. RGB value is (136,93,172). Sum of RGB (Red+Green+Blue) = 136+93+172=401 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.92% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 172 - color contains mainly: blue. Hex color #885DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885DAC is #77A253. Grayscale: #727272. Windows color (decimal): -7840340 or 11296136. OLE color: 11296136.

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

Color convert

RGB 136 93 172 -
CMYK 0.21 0.46 0 0.33
HSL 272.66º 0.32% 0.52% -
HSV(B) 272.66º 0.46% 0.67% -
XYZ 21.51 16.04 40.99 -
YUV 114.86 160.25 143.08 -
System Red Green Blue C M Y K H S L
Decimal 136 93 172 0.21 0.46 0 0.33 272.66 0.32 0.52
Hex 88 5D AC 15 2E 0 21 111 20 34
Octal 210 135 254 25 56 0 41 421 40 64
Binary 10001000 1011101 10101100 10101 101110 0 100001 100010001 100000 110100

Color Harmonies of #885DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885DAC

Black with #885DAC

Text Example


Text Example

White with #885DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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