#93719F

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

Shades of Ce Soir #93719F

Tints of Ce Soir #93719F

Color information

#93719F (or 0x93719F) is unknown color: approx Ce Soir. HEX triplet: 93, 71 and 9F. RGB value is (147,113,159). Sum of RGB (Red+Green+Blue) = 147+113+159=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 159 - color contains mainly: blue. Hex color #93719F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93719F is #6C8E60. Grayscale: #808080. Windows color (decimal): -7114337 or 10449299. OLE color: 10449299.

HSL color Cylindrical-coordinate representation of color #93719F: hue angle of 284.35º 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 #93719F is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB147113159-
CMYK0.080.2900.38
HSL284.35º19.33%53.33%-
HSV(B)284.35º28.93%62.35%-
XYZ24.220.5235.49-
YUV128.41145.26141.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.08%
GREEN value IS 113 (44.53% from 255) = 26.97%
BLUE value IS 159 (62.5% from 255) = 37.95%
R=35.08%
G=26.97%
B=37.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471131590.080.2900.38284.3519.3353.33
Hex93719F81D02611c1335
Octal22316123710350464342365
Binary10010011111000110011111100011101010011010001110010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93719F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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