#93719E

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

Shades of Ce Soir #93719E

Tints of Ce Soir #93719E

Color information

#93719E (or 0x93719E) is unknown color: approx Ce Soir. HEX triplet: 93, 71 and 9E. RGB value is (147,113,158). Sum of RGB (Red+Green+Blue) = 147+113+158=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 113 (44.53% from 255 or 27.03% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 158 - color contains mainly: blue. Hex color #93719E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93719E is #6C8E61. Grayscale: #808080. Windows color (decimal): -7114338 or 10383763. OLE color: 10383763.

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

Color convert

RGB147113158-
CMYK0.070.2800.38
HSL285.33º18.83%53.14%-
HSV(B)285.33º28.48%61.96%-
XYZ24.1120.4835.03-
YUV128.3144.76141.34-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.17%
GREEN value IS 113 (44.53% from 255) = 27.03%
BLUE value IS 158 (62.11% from 255) = 37.80%
R=35.17%
G=27.03%
B=37.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471131580.070.2800.38285.3318.8353.14
Hex93719E71C02611d1335
Octal2231612367340464352365
Binary1001001111100011001111011111100010011010001110110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93719E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93719E; }

 p { color: rgb(147,113,158); }

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

<style>
 a { background-color: #93719E; }

 a { background-color: rgb(147,113,158); }

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

<style>
 span { border-color: #93719E; }

 span { border-color: rgb(147,113,158); }

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