Html Css Color HEX #886A9D Ce Soir

📋 copy color: '#886A9D'

red 136 ◦ green 106 ◦ blue 157

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

Shades of Ce Soir #886A9D

Tints of Ce Soir #886A9D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.57%

 BLUE value IS 157 (61.72% from 255) = 39.35%

R = 34.09%
G = 26.57%
B = 39.35%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#886A9D (or 0x886A9D) is known color: Ce Soir. HEX triplet: 88, 6A and 9D. RGB value is (136,106,157). Sum of RGB (Red+Green+Blue) = 136+106+157=399 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.09% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 157 - color contains mainly: blue. Hex color #886A9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886A9D is #779562. Grayscale: #787878. Windows color (decimal): -7837027 or 10316424. OLE color: 10316424.

HSL color Cylindrical-coordinate representation of color #886A9D: hue angle of 275.29º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #886A9D is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 136 106 157 -
CMYK 0.13 0.32 0 0.38
HSL 275.29º 0.21% 0.52% -
HSV(B) 275.29º 0.32% 0.62% -
XYZ 21.39 17.98 34.24 -
YUV 120.78 148.44 138.85 -
System Red Green Blue C M Y K H S L
Decimal 136 106 157 0.13 0.32 0 0.38 275.29 0.21 0.52
Hex 88 6A 9D D 20 0 26 113 15 34
Octal 210 152 235 15 40 0 46 423 25 64
Binary 10001000 1101010 10011101 1101 100000 0 100110 100010011 10101 110100

Color Harmonies of #886A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886A9D

Black with #886A9D

Text Example


Text Example

White with #886A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886A9D; }

 p { color: rgb(136,106,157); }

 H1.HeaderClassName
 {
   color: #886A9D;
 }
 .AnyTagClassName
 {
   color: #886A9D;
 }
</style>

background-color css

<style>
 a { background-color: #886A9D; }

 a { background-color: rgb(136,106,157); }

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

border-color css

<style>
 span { border-color: #886A9D; }

 span { border-color: rgb(136,106,157); }

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