#927AA5

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

Shades of Ce Soir #927AA5

Tints of Ce Soir #927AA5

Color information

#927AA5 (or 0x927AA5) is unknown color: approx Ce Soir. HEX triplet: 92, 7A and A5. RGB value is (146,122,165). Sum of RGB (Red+Green+Blue) = 146+122+165=433 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.72% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 165 (64.84% from 255 or 38.11% from 433); Max value from RGB is 165 - color contains mainly: blue. Hex color #927AA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927AA5 is #6D855A. Grayscale: #858585. Windows color (decimal): -7177563 or 10844818. OLE color: 10844818.

HSL color Cylindrical-coordinate representation of color #927AA5: hue angle of 273.49º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #927AA5 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB146122165-
CMYK0.120.2600.35
HSL273.49º19.28%56.27%-
HSV(B)273.49º26.06%64.71%-
XYZ25.6122.7538.64-
YUV134.08145.45136.5-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.72%
GREEN value IS 122 (48.05% from 255) = 28.18%
BLUE value IS 165 (64.84% from 255) = 38.11%
R=33.72%
G=28.18%
B=38.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1461221650.120.2600.35273.4919.2856.27
Hex927AA5C1A0231111338
Octal22217224514320434212370
Binary10010010111101010100101110011010010001110001000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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