#936AAF

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

Shades of Ce Soir #936AAF

Tints of Ce Soir #936AAF

Color information

#936AAF (or 0x936AAF) is unknown color: approx Ce Soir. HEX triplet: 93, 6A and AF. RGB value is (147,106,175). Sum of RGB (Red+Green+Blue) = 147+106+175=428 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.35% from 428); Green value is 106 (41.80% from 255 or 24.77% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 175 - color contains mainly: blue. Hex color #936AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936AAF is #6C9550. Grayscale: #7D7D7D. Windows color (decimal): -7116113 or 11496083. OLE color: 11496083.

HSL color Cylindrical-coordinate representation of color #936AAF: hue angle of 275.65º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #936AAF is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB147106175-
CMYK0.160.3900.31
HSL275.65º30.13%55.1%-
HSV(B)275.65º39.43%68.63%-
XYZ24.9219.6143.03-
YUV126.12155.58142.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.35%
GREEN value IS 106 (41.80% from 255) = 24.77%
BLUE value IS 175 (68.75% from 255) = 40.89%
R=34.35%
G=24.77%
B=40.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471061750.160.3900.31275.6530.1355.1
Hex936AAF102701F1141e37
Octal22315225720470374243667
Binary100100111101010101011111000010011101111110001010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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