#9A76AB

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

Shades of Ce Soir #9A76AB

Tints of Ce Soir #9A76AB

Color information

#9A76AB (or 0x9A76AB) is unknown color: approx Ce Soir. HEX triplet: 9A, 76 and AB. RGB value is (154,118,171). Sum of RGB (Red+Green+Blue) = 154+118+171=443 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.76% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A76AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A76AB is #658954. Grayscale: #868686. Windows color (decimal): -6654293 or 11237018. OLE color: 11237018.

HSL color Cylindrical-coordinate representation of color #9A76AB: hue angle of 280.75º degrees, saturation: 0.24, 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 #9A76AB is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB154118171-
CMYK0.100.3100.33
HSL280.75º23.98%56.67%-
HSV(B)280.75º30.99%67.06%-
XYZ27.1622.7741.49-
YUV134.81148.43141.69-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.76%
GREEN value IS 118 (46.48% from 255) = 26.64%
BLUE value IS 171 (67.19% from 255) = 38.60%
R=34.76%
G=26.64%
B=38.60%

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
Decimal1541181710.100.3100.33280.7523.9856.67
Hex9A76ABA1F0211191839
Octal23216625312370414313071
Binary10011010111011010101011101011111010000110001100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A76AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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