#9C76AA

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

Shades of Ce Soir #9C76AA

Tints of Ce Soir #9C76AA

Color information

#9C76AA (or 0x9C76AA) is unknown color: approx Ce Soir. HEX triplet: 9C, 76 and AA. RGB value is (156,118,170). Sum of RGB (Red+Green+Blue) = 156+118+170=444 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.14% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 170 - color contains mainly: blue. Hex color #9C76AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C76AA is #638955. Grayscale: #878787. Windows color (decimal): -6523222 or 11171484. OLE color: 11171484.

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

Color convert

RGB156118170-
CMYK0.080.3100.33
HSL283.85º23.42%56.47%-
HSV(B)283.85º30.59%66.67%-
XYZ27.4422.9341.01-
YUV135.29147.59142.77-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.14%
GREEN value IS 118 (46.48% from 255) = 26.58%
BLUE value IS 170 (66.80% from 255) = 38.29%
R=35.14%
G=26.58%
B=38.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561181700.080.3100.33283.8523.4256.47
Hex9C76AA81F02111c1738
Octal23416625210370414342770
Binary10011100111011010101010100011111010000110001110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C76AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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