#9277AA

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

Shades of Ce Soir #9277AA

Tints of Ce Soir #9277AA

Color information

#9277AA (or 0x9277AA) is unknown color: approx Ce Soir. HEX triplet: 92, 77 and AA. RGB value is (146,119,170). Sum of RGB (Red+Green+Blue) = 146+119+170=435 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.56% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 170 - color contains mainly: blue. Hex color #9277AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9277AA is #6D8855. Grayscale: #848484. Windows color (decimal): -7178326 or 11171730. OLE color: 11171730.

HSL color Cylindrical-coordinate representation of color #9277AA: hue angle of 271.76º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9277AA is Cyan = 0.14, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB146119170-
CMYK0.140.300.33
HSL271.76º23.08%56.67%-
HSV(B)271.76º30%66.67%-
XYZ25.7122.2140.96-
YUV132.89148.95137.35-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.56%
GREEN value IS 119 (46.88% from 255) = 27.36%
BLUE value IS 170 (66.80% from 255) = 39.08%
R=33.56%
G=27.36%
B=39.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461191700.140.300.33271.7623.0856.67
Hex9277AAE1E0211101739
Octal22216725216360414202771
Binary10010010111011110101010111011110010000110001000010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9277AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9277AA; }

 p { color: rgb(146,119,170); }

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

<style>
 a { background-color: #9277AA; }

 a { background-color: rgb(146,119,170); }

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

<style>
 span { border-color: #9277AA; }

 span { border-color: rgb(146,119,170); }

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