#9D69AA

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

Shades of Ce Soir #9D69AA

Tints of Ce Soir #9D69AA

Color information

#9D69AA (or 0x9D69AA) is unknown color: approx Ce Soir. HEX triplet: 9D, 69 and AA. RGB value is (157,105,170). Sum of RGB (Red+Green+Blue) = 157+105+170=432 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.34% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 170 - color contains mainly: blue. Hex color #9D69AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D69AA is #629655. Grayscale: #7F7F7F. Windows color (decimal): -6461014 or 11168157. OLE color: 11168157.

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

Color convert

RGB157105170-
CMYK0.080.3800.33
HSL288º27.66%53.92%-
HSV(B)288º38.24%66.67%-
XYZ26.2120.1740.54-
YUV127.96151.73148.71-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.34%
GREEN value IS 105 (41.41% from 255) = 24.31%
BLUE value IS 170 (66.80% from 255) = 39.35%
R=36.34%
G=24.31%
B=39.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1571051700.080.3800.3328827.6653.92
Hex9D69AA8260211201c36
Octal23515125210460414403466
Binary100111011101001101010101000100110010000110010000011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D69AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,105,170); }

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

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

 a { background-color: rgb(157,105,170); }

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

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

 span { border-color: rgb(157,105,170); }

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