#927AA1

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

Shades of Ce Soir #927AA1

Tints of Ce Soir #927AA1

Color information

#927AA1 (or 0x927AA1) is unknown color: approx Ce Soir. HEX triplet: 92, 7A and A1. RGB value is (146,122,161). Sum of RGB (Red+Green+Blue) = 146+122+161=429 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.03% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 161 (63.28% from 255 or 37.53% from 429); Max value from RGB is 161 - color contains mainly: blue. Hex color #927AA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927AA1 is #6D855E. Grayscale: #858585. Windows color (decimal): -7177567 or 10582674. OLE color: 10582674.

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

Color convert

RGB146122161-
CMYK0.090.2400.37
HSL276.92º17.18%55.49%-
HSV(B)276.92º24.22%63.14%-
XYZ25.2522.636.75-
YUV133.62143.45136.83-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.03%
GREEN value IS 122 (48.05% from 255) = 28.44%
BLUE value IS 161 (63.28% from 255) = 37.53%
R=34.03%
G=28.44%
B=37.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1461221610.090.2400.37276.9217.1855.49
Hex927AA19180251151137
Octal22217224111300454252167
Binary10010010111101010100001100111000010010110001010110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927AA1; }

 p { color: rgb(146,122,161); }

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

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

 a { background-color: rgb(146,122,161); }

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

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

 span { border-color: rgb(146,122,161); }

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