#93799F

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

Shades of Ce Soir #93799F

Tints of Ce Soir #93799F

Color information

#93799F (or 0x93799F) is unknown color: approx Ce Soir. HEX triplet: 93, 79 and 9F. RGB value is (147,121,159). Sum of RGB (Red+Green+Blue) = 147+121+159=427 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.43% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 159 - color contains mainly: blue. Hex color #93799F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93799F is #6C8660. Grayscale: #848484. Windows color (decimal): -7112289 or 10451347. OLE color: 10451347.

HSL color Cylindrical-coordinate representation of color #93799F: hue angle of 281.05º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #93799F is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB147121159-
CMYK0.080.2400.38
HSL281.05º16.52%54.9%-
HSV(B)281.05º23.9%62.35%-
XYZ25.1322.3835.8-
YUV133.11142.61137.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.43%
GREEN value IS 121 (47.66% from 255) = 28.34%
BLUE value IS 159 (62.5% from 255) = 37.24%
R=34.43%
G=28.34%
B=37.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471211590.080.2400.38281.0516.5254.9
Hex93799F8180261191137
Octal22317123710300464312167
Binary10010011111100110011111100011000010011010001100110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93799F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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