#9A7AAC

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

Shades of Ce Soir #9A7AAC

Tints of Ce Soir #9A7AAC

Color information

#9A7AAC (or 0x9A7AAC) is unknown color: approx Ce Soir. HEX triplet: 9A, 7A and AC. RGB value is (154,122,172). Sum of RGB (Red+Green+Blue) = 154+122+172=448 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.38% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A7AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7AAC is #658553. Grayscale: #898989. Windows color (decimal): -6653268 or 11303578. OLE color: 11303578.

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

Color convert

RGB154122172-
CMYK0.100.2900.33
HSL278.4º23.15%57.65%-
HSV(B)278.4º29.07%67.45%-
XYZ27.7323.7742.16-
YUV137.27147.6139.93-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.38%
GREEN value IS 122 (48.05% from 255) = 27.23%
BLUE value IS 172 (67.58% from 255) = 38.39%
R=34.38%
G=27.23%
B=38.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541221720.100.2900.33278.423.1557.65
Hex9A7AACA1D021116173a
Octal23217225412350414262772
Binary10011010111101010101100101011101010000110001011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,122,172); }

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

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

 a { background-color: rgb(154,122,172); }

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

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

 span { border-color: rgb(154,122,172); }

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