#9A65AE

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

Shades of Ce Soir #9A65AE

Tints of Ce Soir #9A65AE

Color information

#9A65AE (or 0x9A65AE) is unknown color: approx Ce Soir. HEX triplet: 9A, 65 and AE. RGB value is (154,101,174). Sum of RGB (Red+Green+Blue) = 154+101+174=429 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.90% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 174 - color contains mainly: blue. Hex color #9A65AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A65AE is #659A51. Grayscale: #7C7C7C. Windows color (decimal): -6658642 or 11429274. OLE color: 11429274.

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

Color convert

RGB154101174-
CMYK0.110.4200.32
HSL283.56º31.06%53.92%-
HSV(B)283.56º41.95%68.24%-
XYZ25.6219.2342.41-
YUV125.17155.56148.56-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.90%
GREEN value IS 101 (39.84% from 255) = 23.54%
BLUE value IS 174 (68.36% from 255) = 40.56%
R=35.90%
G=23.54%
B=40.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1541011740.110.4200.32283.5631.0653.92
Hex9A65AEB2A02011c1f36
Octal23214525613520404343766
Binary100110101100101101011101011101010010000010001110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A65AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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