#9A6EAE

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

Shades of Ce Soir #9A6EAE

Tints of Ce Soir #9A6EAE

Color information

#9A6EAE (or 0x9A6EAE) is unknown color: approx Ce Soir. HEX triplet: 9A, 6E and AE. RGB value is (154,110,174). Sum of RGB (Red+Green+Blue) = 154+110+174=438 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.16% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 174 (68.36% from 255 or 39.73% from 438); Max value from RGB is 174 - color contains mainly: blue. Hex color #9A6EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6EAE is #659151. Grayscale: #828282. Windows color (decimal): -6656338 or 11431578. OLE color: 11431578.

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

Color convert

RGB154110174-
CMYK0.110.3700.32
HSL281.25º28.32%55.69%-
HSV(B)281.25º36.78%68.24%-
XYZ26.5421.0842.71-
YUV130.45152.58144.8-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.16%
GREEN value IS 110 (43.36% from 255) = 25.11%
BLUE value IS 174 (68.36% from 255) = 39.73%
R=35.16%
G=25.11%
B=39.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1541101740.110.3700.32281.2528.3255.69
Hex9A6EAEB250201191c38
Octal23215625613450404313470
Binary100110101101110101011101011100101010000010001100111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,110,174); }

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

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

 a { background-color: rgb(154,110,174); }

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

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

 span { border-color: rgb(154,110,174); }

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