#8862AB

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

Shades of Ce Soir #8862AB

Tints of Ce Soir #8862AB

Color information

#8862AB (or 0x8862AB) is unknown color: approx Ce Soir. HEX triplet: 88, 62 and AB. RGB value is (136,98,171). Sum of RGB (Red+Green+Blue) = 136+98+171=405 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.58% from 405); Green value is 98 (38.67% from 255 or 24.20% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 171 - color contains mainly: blue. Hex color #8862AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8862AB is #779D54. Grayscale: #757575. Windows color (decimal): -7839061 or 11231880. OLE color: 11231880.

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

Color convert

RGB13698171-
CMYK0.200.4300.33
HSL271.23º30.29%52.75%-
HSV(B)271.23º42.69%67.06%-
XYZ21.8716.9140.64-
YUV117.68158.09141.06-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.58%
GREEN value IS 98 (38.67% from 255) = 24.20%
BLUE value IS 171 (67.19% from 255) = 42.22%
R=33.58%
G=24.20%
B=42.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal136981710.200.4300.33271.2330.2952.75
Hex8862AB142B02110f1e35
Octal21014225324530414173665
Binary1000100011000101010101110100101011010000110000111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8862AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8862AB; }

 p { color: rgb(136,98,171); }

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

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

 a { background-color: rgb(136,98,171); }

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

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

 span { border-color: rgb(136,98,171); }

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