#9A76AC

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

Shades of Ce Soir #9A76AC

Tints of Ce Soir #9A76AC

Color information

#9A76AC (or 0x9A76AC) is unknown color: approx Ce Soir. HEX triplet: 9A, 76 and AC. RGB value is (154,118,172). Sum of RGB (Red+Green+Blue) = 154+118+172=444 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.68% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A76AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A76AC is #658953. Grayscale: #868686. Windows color (decimal): -6654292 or 11302554. OLE color: 11302554.

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

Color convert

RGB154118172-
CMYK0.100.3100.33
HSL280º24.55%56.86%-
HSV(B)280º31.4%67.45%-
XYZ27.2522.8142-
YUV134.92148.93141.61-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.68%
GREEN value IS 118 (46.48% from 255) = 26.58%
BLUE value IS 172 (67.58% from 255) = 38.74%
R=34.68%
G=26.58%
B=38.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541181720.100.3100.3328024.5556.86
Hex9A76ACA1F0211181939
Octal23216625412370414303171
Binary10011010111011010101100101011111010000110001100011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A76AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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