#8865AA

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

Shades of Ce Soir #8865AA

Tints of Ce Soir #8865AA

Color information

#8865AA (or 0x8865AA) is unknown color: approx Ce Soir. HEX triplet: 88, 65 and AA. RGB value is (136,101,170). Sum of RGB (Red+Green+Blue) = 136+101+170=407 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.42% from 407); Green value is 101 (39.84% from 255 or 24.82% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #8865AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8865AA is #779A55. Grayscale: #777777. Windows color (decimal): -7838294 or 11167112. OLE color: 11167112.

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

Color convert

RGB136101170-
CMYK0.200.4100.33
HSL270.43º28.87%53.14%-
HSV(B)270.43º40.59%66.67%-
XYZ22.0617.4440.23-
YUV119.33156.6139.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.42%
GREEN value IS 101 (39.84% from 255) = 24.82%
BLUE value IS 170 (66.80% from 255) = 41.77%
R=33.42%
G=24.82%
B=41.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361011700.200.4100.33270.4328.8753.14
Hex8865AA142902110e1d35
Octal21014525224510414163565
Binary1000100011001011010101010100101001010000110000111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8865AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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