#8863AA

Color #8863AA Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #8863AA

Tints of Ce Soir #8863AA

Color information

#8863AA (or 0x8863AA) is unknown color: approx Ce Soir. HEX triplet: 88, 63 and AA. RGB value is (136,99,170). Sum of RGB (Red+Green+Blue) = 136+99+170=405 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.58% from 405); Green value is 99 (39.06% from 255 or 24.44% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 170 - color contains mainly: blue. Hex color #8863AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8863AA is #779C55. Grayscale: #757575. Windows color (decimal): -7838806 or 11166600. OLE color: 11166600.

HSL color Cylindrical-coordinate representation of color #8863AA: hue angle of 271.27º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8863AA is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13699170-
CMYK0.200.4200.33
HSL271.27º29.46%52.75%-
HSV(B)271.27º41.76%66.67%-
XYZ21.8717.0640.17-
YUV118.16157.26140.73-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.58%
GREEN value IS 99 (39.06% from 255) = 24.44%
BLUE value IS 170 (66.80% from 255) = 41.98%
R=33.58%
G=24.44%
B=41.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal136991700.200.4200.33271.2729.4652.75
Hex8863AA142A02110f1d35
Octal21014325224520414173565
Binary1000100011000111010101010100101010010000110000111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8863AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8863AA; }

 p { color: rgb(136,99,170); }

 H1.HeaderClassName
 {
   color: #8863AA;
 }
 .AnyTagClassName
 {
   color: #8863AA;
 }
</style>
background-color css

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

 a { background-color: rgb(136,99,170); }

 div.DivClassName
 {
   background-color: #8863AA;
 }
 .BgClassName
 {
   background-color: #8863AA;
 }
</style>
border-color css

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

 span { border-color: rgb(136,99,170); }

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