#9E69AD

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

Shades of Ce Soir #9E69AD

Tints of Ce Soir #9E69AD

Color information

#9E69AD (or 0x9E69AD) is unknown color: approx Ce Soir. HEX triplet: 9E, 69 and AD. RGB value is (158,105,173). Sum of RGB (Red+Green+Blue) = 158+105+173=436 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.24% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 173 - color contains mainly: blue. Hex color #9E69AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E69AD is #619652. Grayscale: #808080. Windows color (decimal): -6395475 or 11364766. OLE color: 11364766.

HSL color Cylindrical-coordinate representation of color #9E69AD: hue angle of 286.76º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9E69AD is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB158105173-
CMYK0.090.3900.32
HSL286.76º29.31%54.51%-
HSV(B)286.76º39.31%67.84%-
XYZ26.6920.3942.06-
YUV128.6153.06148.97-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.24%
GREEN value IS 105 (41.41% from 255) = 24.08%
BLUE value IS 173 (67.97% from 255) = 39.68%
R=36.24%
G=24.08%
B=39.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1581051730.090.3900.32286.7629.3154.51
Hex9E69AD92702011f1d37
Octal23615125511470404373567
Binary100111101101001101011011001100111010000010001111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E69AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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