#93709D

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

Shades of Ce Soir #93709D

Tints of Ce Soir #93709D

Color information

#93709D (or 0x93709D) is unknown color: approx Ce Soir. HEX triplet: 93, 70 and 9D. RGB value is (147,112,157). Sum of RGB (Red+Green+Blue) = 147+112+157=416 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.34% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 157 - color contains mainly: blue. Hex color #93709D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93709D is #6C8F62. Grayscale: #7F7F7F. Windows color (decimal): -7114595 or 10317971. OLE color: 10317971.

HSL color Cylindrical-coordinate representation of color #93709D: hue angle of 286.67º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93709D is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB147112157-
CMYK0.060.2900.38
HSL286.67º18.67%52.75%-
HSV(B)286.67º28.66%61.57%-
XYZ23.9120.2334.54-
YUV127.6144.6141.84-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.34%
GREEN value IS 112 (44.14% from 255) = 26.92%
BLUE value IS 157 (61.72% from 255) = 37.74%
R=35.34%
G=26.92%
B=37.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471121570.060.2900.38286.6718.6752.75
Hex93709D61D02611f1335
Octal2231602356350464372365
Binary1001001111100001001110111011101010011010001111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93709D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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