Html Css Color HEX #886A93 Ce Soir

📋 copy color: '#886A93'

red 136 ◦ green 106 ◦ blue 147

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

Shades of Ce Soir #886A93

Tints of Ce Soir #886A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 37.79%

R = 34.96%
G = 27.25%
B = 37.79%

CMYK

 C value IS 0.07

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#886A93 (or 0x886A93) is known color: Ce Soir. HEX triplet: 88, 6A and 93. RGB value is (136,106,147). Sum of RGB (Red+Green+Blue) = 136+106+147=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 147 - color contains mainly: blue. Hex color #886A93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886A93 is #77956C. Grayscale: #777777. Windows color (decimal): -7837037 or 9661064. OLE color: 9661064.

HSL color Cylindrical-coordinate representation of color #886A93: hue angle of 283.9º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #886A93 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 106 147 -
CMYK 0.07 0.28 0 0.42
HSL 283.9º 0.16% 0.5% -
HSV(B) 283.9º 0.28% 0.58% -
XYZ 20.57 17.65 29.93 -
YUV 119.64 143.44 139.67 -
System Red Green Blue C M Y K H S L
Decimal 136 106 147 0.07 0.28 0 0.42 283.9 0.16 0.5
Hex 88 6A 93 7 1C 0 2A 11C 10 32
Octal 210 152 223 7 34 0 52 434 20 62
Binary 10001000 1101010 10010011 111 11100 0 101010 100011100 10000 110010

Color Harmonies of #886A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886A93

Black with #886A93

Text Example


Text Example

White with #886A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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