#937AAA

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

Shades of Ce Soir #937AAA

Tints of Ce Soir #937AAA

Color information

#937AAA (or 0x937AAA) is unknown color: approx Ce Soir. HEX triplet: 93, 7A and AA. RGB value is (147,122,170). Sum of RGB (Red+Green+Blue) = 147+122+170=439 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.49% from 439); Green value is 122 (48.05% from 255 or 27.79% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 170 - color contains mainly: blue. Hex color #937AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937AAA is #6C8555. Grayscale: #868686. Windows color (decimal): -7112022 or 11172499. OLE color: 11172499.

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

Color convert

RGB147122170-
CMYK0.140.2800.33
HSL271.25º22.02%57.25%-
HSV(B)271.25º28.24%66.67%-
XYZ26.2523.0241.09-
YUV134.95147.78136.6-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.49%
GREEN value IS 122 (48.05% from 255) = 27.79%
BLUE value IS 170 (66.80% from 255) = 38.72%
R=33.49%
G=27.79%
B=38.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471221700.140.2800.33271.2522.0257.25
Hex937AAAE1C02110f1639
Octal22317225216340414172671
Binary10010011111101010101010111011100010000110000111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937AAA; }

 p { color: rgb(147,122,170); }

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

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

 a { background-color: rgb(147,122,170); }

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

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

 span { border-color: rgb(147,122,170); }

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