#9C7AAA

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

Shades of Ce Soir #9C7AAA

Tints of Ce Soir #9C7AAA

Color information

#9C7AAA (or 0x9C7AAA) is unknown color: approx Ce Soir. HEX triplet: 9C, 7A and AA. RGB value is (156,122,170). Sum of RGB (Red+Green+Blue) = 156+122+170=448 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.82% from 448); Green value is 122 (48.05% from 255 or 27.23% 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 #9C7AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7AAA is #638555. Grayscale: #898989. Windows color (decimal): -6522198 or 11172508. OLE color: 11172508.

HSL color Cylindrical-coordinate representation of color #9C7AAA: hue angle of 282.5º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9C7AAA is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB156122170-
CMYK0.080.2800.33
HSL282.5º22.02%57.25%-
HSV(B)282.5º28.24%66.67%-
XYZ27.9323.8941.17-
YUV137.64146.26141.1-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.82%
GREEN value IS 122 (48.05% from 255) = 27.23%
BLUE value IS 170 (66.80% from 255) = 37.95%
R=34.82%
G=27.23%
B=37.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561221700.080.2800.33282.522.0257.25
Hex9C7AAA81C02111a1639
Octal23417225210340414322671
Binary10011100111101010101010100011100010000110001101010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,122,170); }

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

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

 a { background-color: rgb(156,122,170); }

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

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

 span { border-color: rgb(156,122,170); }

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