#93709B

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

Shades of Ce Soir #93709B

Tints of Ce Soir #93709B

Color information

#93709B (or 0x93709B) is unknown color: approx Ce Soir. HEX triplet: 93, 70 and 9B. RGB value is (147,112,155). Sum of RGB (Red+Green+Blue) = 147+112+155=414 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.51% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 155 - color contains mainly: blue. Hex color #93709B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93709B is #6C8F64. Grayscale: #7F7F7F. Windows color (decimal): -7114597 or 10186899. OLE color: 10186899.

HSL color Cylindrical-coordinate representation of color #93709B: hue angle of 288.84º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93709B is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB147112155-
CMYK0.050.2800.39
HSL288.84º17.7%52.35%-
HSV(B)288.84º27.74%60.78%-
XYZ23.7420.1633.65-
YUV127.37143.6142-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.51%
GREEN value IS 112 (44.14% from 255) = 27.05%
BLUE value IS 155 (60.94% from 255) = 37.44%
R=35.51%
G=27.05%
B=37.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1471121550.050.2800.39288.8417.752.35
Hex93709B51C0271211234
Octal2231602335340474412264
Binary1001001111100001001101110111100010011110010000110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93709B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93709B; }

 p { color: rgb(147,112,155); }

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

<style>
 a { background-color: #93709B; }

 a { background-color: rgb(147,112,155); }

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

<style>
 span { border-color: #93709B; }

 span { border-color: rgb(147,112,155); }

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