#927099

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

Shades of Ce Soir #927099

Tints of Ce Soir #927099

Color information

#927099 (or 0x927099) is unknown color: approx Ce Soir. HEX triplet: 92, 70 and 99. RGB value is (146,112,153). Sum of RGB (Red+Green+Blue) = 146+112+153=411 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.52% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 153 - color contains mainly: blue. Hex color #927099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927099 is #6D8F66. Grayscale: #7E7E7E. Windows color (decimal): -7180135 or 10055826. OLE color: 10055826.

HSL color Cylindrical-coordinate representation of color #927099: hue angle of 289.76º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #927099 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB146112153-
CMYK0.050.2700.4
HSL289.76º16.73%51.96%-
HSV(B)289.76º26.8%60%-
XYZ23.42032.76-
YUV126.84142.76141.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.52%
GREEN value IS 112 (44.14% from 255) = 27.25%
BLUE value IS 153 (60.16% from 255) = 37.23%
R=35.52%
G=27.25%
B=37.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1461121530.050.2700.4289.7616.7351.96
Hex92709951B0281221134
Octal2221602315330504422164
Binary1001001011100001001100110111011010100010010001010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927099; }

 p { color: rgb(146,112,153); }

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

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

 a { background-color: rgb(146,112,153); }

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

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

 span { border-color: rgb(146,112,153); }

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