#9277A0

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

Shades of Ce Soir #9277A0

Tints of Ce Soir #9277A0

Color information

#9277A0 (or 0x9277A0) is unknown color: approx Ce Soir. HEX triplet: 92, 77 and A0. RGB value is (146,119,160). Sum of RGB (Red+Green+Blue) = 146+119+160=425 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.35% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 160 (62.89% from 255 or 37.65% from 425); Max value from RGB is 160 - color contains mainly: blue. Hex color #9277A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9277A0 is #6D885F. Grayscale: #838383. Windows color (decimal): -7178336 or 10516370. OLE color: 10516370.

HSL color Cylindrical-coordinate representation of color #9277A0: hue angle of 279.51º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9277A0 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB146119160-
CMYK0.090.2600.37
HSL279.51º17.75%54.71%-
HSV(B)279.51º25.62%62.75%-
XYZ24.821.8436.17-
YUV131.75143.95138.17-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.35%
GREEN value IS 119 (46.88% from 255) = 28%
BLUE value IS 160 (62.89% from 255) = 37.65%
R=34.35%
G=28%
B=37.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1461191600.090.2600.37279.5117.7554.71
Hex9277A091A0251181237
Octal22216724011320454302267
Binary10010010111011110100000100111010010010110001100010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9277A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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