#936AAC

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

Shades of Ce Soir #936AAC

Tints of Ce Soir #936AAC

Color information

#936AAC (or 0x936AAC) is unknown color: approx Ce Soir. HEX triplet: 93, 6A and AC. RGB value is (147,106,172). Sum of RGB (Red+Green+Blue) = 147+106+172=425 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.59% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 172 - color contains mainly: blue. Hex color #936AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936AAC is #6C9553. Grayscale: #7D7D7D. Windows color (decimal): -7116116 or 11299475. OLE color: 11299475.

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

Color convert

RGB147106172-
CMYK0.150.3800.33
HSL277.27º28.45%54.51%-
HSV(B)277.27º38.37%67.45%-
XYZ24.6319.4941.49-
YUV125.78154.08143.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.59%
GREEN value IS 106 (41.80% from 255) = 24.94%
BLUE value IS 172 (67.58% from 255) = 40.47%
R=34.59%
G=24.94%
B=40.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471061720.150.3800.33277.2728.4554.51
Hex936AACF260211151c37
Octal22315225417460414253467
Binary100100111101010101011001111100110010000110001010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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