#93699F

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

Shades of Ce Soir #93699F

Tints of Ce Soir #93699F

Color information

#93699F (or 0x93699F) is unknown color: approx Ce Soir. HEX triplet: 93, 69 and 9F. RGB value is (147,105,159). Sum of RGB (Red+Green+Blue) = 147+105+159=411 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.77% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 159 - color contains mainly: blue. Hex color #93699F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93699F is #6C9660. Grayscale: #7B7B7B. Windows color (decimal): -7116385 or 10447251. OLE color: 10447251.

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

Color convert

RGB147105159-
CMYK0.080.3400.38
HSL286.67º21.95%51.76%-
HSV(B)286.67º33.96%62.35%-
XYZ23.3418.8135.2-
YUV123.71147.91144.61-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.77%
GREEN value IS 105 (41.41% from 255) = 25.55%
BLUE value IS 159 (62.5% from 255) = 38.69%
R=35.77%
G=25.55%
B=38.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471051590.080.3400.38286.6721.9551.76
Hex93699F82202611f1634
Octal22315123710420464372664
Binary100100111101001100111111000100010010011010001111110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93699F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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