Html Css Color HEX #886994 Ce Soir

📋 copy color: '#886994'

red 136 ◦ green 105 ◦ blue 148

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

Shades of Ce Soir #886994

Tints of Ce Soir #886994

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.99%

 BLUE value IS 148 (58.2% from 255) = 38.05%

R = 34.96%
G = 26.99%
B = 38.05%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#886994 (or 0x886994) is known color: Ce Soir. HEX triplet: 88, 69 and 94. RGB value is (136,105,148). Sum of RGB (Red+Green+Blue) = 136+105+148=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 148 (58.20% from 255 or 38.05% from 389); Max value from RGB is 148 - color contains mainly: blue. Hex color #886994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886994 is #77966B. Grayscale: #777777. Windows color (decimal): -7837292 or 9726344. OLE color: 9726344.

HSL color Cylindrical-coordinate representation of color #886994: hue angle of 283.26º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #886994 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 105 148 -
CMYK 0.08 0.29 0 0.42
HSL 283.26º 0.17% 0.5% -
HSV(B) 283.26º 0.29% 0.58% -
XYZ 20.55 17.48 30.31 -
YUV 119.17 144.27 140 -
System Red Green Blue C M Y K H S L
Decimal 136 105 148 0.08 0.29 0 0.42 283.26 0.17 0.5
Hex 88 69 94 8 1D 0 2A 11B 11 32
Octal 210 151 224 10 35 0 52 433 21 62
Binary 10001000 1101001 10010100 1000 11101 0 101010 100011011 10001 110010

Color Harmonies of #886994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886994

Black with #886994

Text Example


Text Example

White with #886994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886994; }

 p { color: rgb(136,105,148); }

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

background-color css

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

 a { background-color: rgb(136,105,148); }

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

border-color css

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

 span { border-color: rgb(136,105,148); }

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