Html Css Color HEX #886FA2 Ce Soir

📋 copy color: '#886FA2'

red 136 ◦ green 111 ◦ blue 162

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

Shades of Ce Soir #886FA2

Tints of Ce Soir #886FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 39.61%

R = 33.25%
G = 27.14%
B = 39.61%

CMYK

 C value IS 0.16

 M value IS 0.31

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#886FA2 (or 0x886FA2) is known color: Ce Soir. HEX triplet: 88, 6F and A2. RGB value is (136,111,162). Sum of RGB (Red+Green+Blue) = 136+111+162=409 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.25% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 162 (63.67% from 255 or 39.61% from 409); Max value from RGB is 162 - color contains mainly: blue. Hex color #886FA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886FA2 is #77905D. Grayscale: #7C7C7C. Windows color (decimal): -7835742 or 10645384. OLE color: 10645384.

HSL color Cylindrical-coordinate representation of color #886FA2: hue angle of 269.41º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #886FA2 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 136 111 162 -
CMYK 0.16 0.31 0 0.36
HSL 269.41º 0.22% 0.54% -
HSV(B) 269.41º 0.31% 0.64% -
XYZ 22.36 19.21 36.71 -
YUV 124.29 149.28 136.35 -
System Red Green Blue C M Y K H S L
Decimal 136 111 162 0.16 0.31 0 0.36 269.41 0.22 0.54
Hex 88 6F A2 10 1F 0 24 10D 16 36
Octal 210 157 242 20 37 0 44 415 26 66
Binary 10001000 1101111 10100010 10000 11111 0 100100 100001101 10110 110110

Color Harmonies of #886FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886FA2

Black with #886FA2

Text Example


Text Example

White with #886FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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