Html Css Color HEX #886FA0 Ce Soir

📋 copy color: '#886FA0'

red 136 ◦ green 111 ◦ blue 160

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

Shades of Ce Soir #886FA0

Tints of Ce Soir #886FA0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.27%

 BLUE value IS 160 (62.89% from 255) = 39.31%

R = 33.42%
G = 27.27%
B = 39.31%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#886FA0 (or 0x886FA0) is known color: Ce Soir. HEX triplet: 88, 6F and A0. RGB value is (136,111,160). Sum of RGB (Red+Green+Blue) = 136+111+160=407 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.42% from 407); Green value is 111 (43.75% from 255 or 27.27% from 407); Blue value is 160 (62.89% from 255 or 39.31% from 407); Max value from RGB is 160 - color contains mainly: blue. Hex color #886FA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886FA0 is #77905F. Grayscale: #7B7B7B. Windows color (decimal): -7835744 or 10514312. OLE color: 10514312.

HSL color Cylindrical-coordinate representation of color #886FA0: hue angle of 270.61º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #886FA0 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 136 111 160 -
CMYK 0.15 0.31 0 0.37
HSL 270.61º 0.21% 0.53% -
HSV(B) 270.61º 0.31% 0.63% -
XYZ 22.18 19.14 35.78 -
YUV 124.06 148.28 136.52 -
System Red Green Blue C M Y K H S L
Decimal 136 111 160 0.15 0.31 0 0.37 270.61 0.21 0.53
Hex 88 6F A0 F 1F 0 25 10F 15 35
Octal 210 157 240 17 37 0 45 417 25 65
Binary 10001000 1101111 10100000 1111 11111 0 100101 100001111 10101 110101

Color Harmonies of #886FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886FA0

Black with #886FA0

Text Example


Text Example

White with #886FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,111,160); }

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

background-color css

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

 a { background-color: rgb(136,111,160); }

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

border-color css

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

 span { border-color: rgb(136,111,160); }

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