#8865AF

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

Shades of Ce Soir #8865AF

Tints of Ce Soir #8865AF

Color information

#8865AF (or 0x8865AF) is unknown color: approx Ce Soir. HEX triplet: 88, 65 and AF. RGB value is (136,101,175). Sum of RGB (Red+Green+Blue) = 136+101+175=412 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.01% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 175 - color contains mainly: blue. Hex color #8865AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8865AF is #779A50. Grayscale: #777777. Windows color (decimal): -7838289 or 11494792. OLE color: 11494792.

HSL color Cylindrical-coordinate representation of color #8865AF: hue angle of 268.38º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8865AF is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB136101175-
CMYK0.220.4200.31
HSL268.38º31.62%54.12%-
HSV(B)268.38º42.29%68.63%-
XYZ22.5417.6442.77-
YUV119.9159.1139.48-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.01%
GREEN value IS 101 (39.84% from 255) = 24.51%
BLUE value IS 175 (68.75% from 255) = 42.48%
R=33.01%
G=24.51%
B=42.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1361011750.220.4200.31268.3831.6254.12
Hex8865AF162A01F10c2036
Octal21014525726520374144066
Binary1000100011001011010111110110101010011111100001100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8865AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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