#93759A

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

Shades of Ce Soir #93759A

Tints of Ce Soir #93759A

Color information

#93759A (or 0x93759A) is unknown color: approx Ce Soir. HEX triplet: 93, 75 and 9A. RGB value is (147,117,154). Sum of RGB (Red+Green+Blue) = 147+117+154=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 154 - color contains mainly: blue. Hex color #93759A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93759A is #6C8A65. Grayscale: #828282. Windows color (decimal): -7113318 or 10122643. OLE color: 10122643.

HSL color Cylindrical-coordinate representation of color #93759A: hue angle of 288.65º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #93759A is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB147117154-
CMYK0.050.2400.40
HSL288.65º15.48%53.14%-
HSV(B)288.65º24.03%60.39%-
XYZ24.2321.2633.4-
YUV130.19141.44139.99-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.17%
GREEN value IS 117 (46.09% from 255) = 27.99%
BLUE value IS 154 (60.55% from 255) = 36.84%
R=35.17%
G=27.99%
B=36.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1471171540.050.2400.40288.6515.4853.14
Hex93759A518028121f35
Octal2231652325300504411765
Binary100100111110101100110101011100001010001001000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93759A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93759A; }

 p { color: rgb(147,117,154); }

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

<style>
 a { background-color: #93759A; }

 a { background-color: rgb(147,117,154); }

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

<style>
 span { border-color: #93759A; }

 span { border-color: rgb(147,117,154); }

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