#9A7CAA

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

Shades of Ce Soir #9A7CAA

Tints of Ce Soir #9A7CAA

Color information

#9A7CAA (or 0x9A7CAA) is unknown color: approx Ce Soir. HEX triplet: 9A, 7C and AA. RGB value is (154,124,170). Sum of RGB (Red+Green+Blue) = 154+124+170=448 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.38% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A7CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7CAA is #658355. Grayscale: #8A8A8A. Windows color (decimal): -6652758 or 11173018. OLE color: 11173018.

HSL color Cylindrical-coordinate representation of color #9A7CAA: hue angle of 279.13º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9A7CAA is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB154124170-
CMYK0.090.2700.33
HSL279.13º21.3%57.65%-
HSV(B)279.13º27.06%66.67%-
XYZ27.7924.1941.23-
YUV138.21145.94139.26-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.38%
GREEN value IS 124 (48.83% from 255) = 27.68%
BLUE value IS 170 (66.80% from 255) = 37.95%
R=34.38%
G=27.68%
B=37.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541241700.090.2700.33279.1321.357.65
Hex9A7CAA91B021117153a
Octal23217425211330414272572
Binary10011010111110010101010100111011010000110001011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,124,170); }

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

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

 a { background-color: rgb(154,124,170); }

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

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

 span { border-color: rgb(154,124,170); }

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