#936AAA

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

Shades of Ce Soir #936AAA

Tints of Ce Soir #936AAA

Color information

#936AAA (or 0x936AAA) is unknown color: approx Ce Soir. HEX triplet: 93, 6A and AA. RGB value is (147,106,170). Sum of RGB (Red+Green+Blue) = 147+106+170=423 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.75% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #936AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936AAA is #6C9555. Grayscale: #7D7D7D. Windows color (decimal): -7116118 or 11168403. OLE color: 11168403.

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

Color convert

RGB147106170-
CMYK0.140.3800.33
HSL278.44º27.35%54.12%-
HSV(B)278.44º37.65%66.67%-
XYZ24.4419.4140.49-
YUV125.55153.08143.3-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.75%
GREEN value IS 106 (41.80% from 255) = 25.06%
BLUE value IS 170 (66.80% from 255) = 40.19%
R=34.75%
G=25.06%
B=40.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471061700.140.3800.33278.4427.3554.12
Hex936AAAE260211161b36
Octal22315225216460414263366
Binary100100111101010101010101110100110010000110001011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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