#9D6FAE

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

Shades of Ce Soir #9D6FAE

Tints of Ce Soir #9D6FAE

Color information

#9D6FAE (or 0x9D6FAE) is unknown color: approx Ce Soir. HEX triplet: 9D, 6F and AE. RGB value is (157,111,174). Sum of RGB (Red+Green+Blue) = 157+111+174=442 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.52% from 442); Green value is 111 (43.75% from 255 or 25.11% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 174 - color contains mainly: blue. Hex color #9D6FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6FAE is #629051. Grayscale: #838383. Windows color (decimal): -6459474 or 11431837. OLE color: 11431837.

HSL color Cylindrical-coordinate representation of color #9D6FAE: hue angle of 283.81º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D6FAE is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB157111174-
CMYK0.100.3600.32
HSL283.81º28%55.88%-
HSV(B)283.81º36.21%68.24%-
XYZ27.2321.5942.78-
YUV131.94151.74145.88-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.52%
GREEN value IS 111 (43.75% from 255) = 25.11%
BLUE value IS 174 (68.36% from 255) = 39.37%
R=35.52%
G=25.11%
B=39.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1571111740.100.3600.32283.812855.88
Hex9D6FAEA2402011c1c38
Octal23515725612440404343470
Binary100111011101111101011101010100100010000010001110011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,111,174); }

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

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

 a { background-color: rgb(157,111,174); }

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

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

 span { border-color: rgb(157,111,174); }

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