#9E69AB

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

Shades of Ce Soir #9E69AB

Tints of Ce Soir #9E69AB

Color information

#9E69AB (or 0x9E69AB) is unknown color: approx Ce Soir. HEX triplet: 9E, 69 and AB. RGB value is (158,105,171). Sum of RGB (Red+Green+Blue) = 158+105+171=434 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.41% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E69AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E69AB is #619654. Grayscale: #808080. Windows color (decimal): -6395477 or 11233694. OLE color: 11233694.

HSL color Cylindrical-coordinate representation of color #9E69AB: hue angle of 288.18º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9E69AB is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB158105171-
CMYK0.080.3900.33
HSL288.18º28.21%54.12%-
HSV(B)288.18º38.6%67.06%-
XYZ26.520.3141.05-
YUV128.37152.06149.13-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.41%
GREEN value IS 105 (41.41% from 255) = 24.19%
BLUE value IS 171 (67.19% from 255) = 39.40%
R=36.41%
G=24.19%
B=39.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1581051710.080.3900.33288.1828.2154.12
Hex9E69AB8270211201c36
Octal23615125310470414403466
Binary100111101101001101010111000100111010000110010000011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E69AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E69AB; }

 p { color: rgb(158,105,171); }

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

<style>
 a { background-color: #9E69AB; }

 a { background-color: rgb(158,105,171); }

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

<style>
 span { border-color: #9E69AB; }

 span { border-color: rgb(158,105,171); }

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