#936FA2

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

Shades of Ce Soir #936FA2

Tints of Ce Soir #936FA2

Color information

#936FA2 (or 0x936FA2) is unknown color: approx Ce Soir. HEX triplet: 93, 6F and A2. RGB value is (147,111,162). Sum of RGB (Red+Green+Blue) = 147+111+162=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 162 (63.67% from 255 or 38.57% from 420); Max value from RGB is 162 - color contains mainly: blue. Hex color #936FA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936FA2 is #6C905D. Grayscale: #7F7F7F. Windows color (decimal): -7114846 or 10645395. OLE color: 10645395.

HSL color Cylindrical-coordinate representation of color #936FA2: hue angle of 282.35º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #936FA2 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB147111162-
CMYK0.090.3100.36
HSL282.35º21.52%53.53%-
HSV(B)282.35º31.48%63.53%-
XYZ24.2420.1836.8-
YUV127.58147.43141.85-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35%
GREEN value IS 111 (43.75% from 255) = 26.43%
BLUE value IS 162 (63.67% from 255) = 38.57%
R=35%
G=26.43%
B=38.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1471111620.090.3100.36282.3521.5253.53
Hex936FA291F02411a1636
Octal22315724211370444322666
Binary10010011110111110100010100111111010010010001101010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,111,162); }

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

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

 a { background-color: rgb(147,111,162); }

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

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

 span { border-color: rgb(147,111,162); }

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