#93699D

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

Shades of Ce Soir #93699D

Tints of Ce Soir #93699D

Color information

#93699D (or 0x93699D) is unknown color: approx Ce Soir. HEX triplet: 93, 69 and 9D. RGB value is (147,105,157). Sum of RGB (Red+Green+Blue) = 147+105+157=409 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.94% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 157 - color contains mainly: blue. Hex color #93699D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93699D is #6C9662. Grayscale: #7B7B7B. Windows color (decimal): -7116387 or 10316179. OLE color: 10316179.

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

Color convert

RGB147105157-
CMYK0.060.3300.38
HSL288.46º20.97%51.37%-
HSV(B)288.46º33.12%61.57%-
XYZ23.1718.7434.29-
YUV123.49146.91144.77-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.94%
GREEN value IS 105 (41.41% from 255) = 25.67%
BLUE value IS 157 (61.72% from 255) = 38.39%
R=35.94%
G=25.67%
B=38.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471051570.060.3300.38288.4620.9751.37
Hex93699D6210261201533
Octal2231512356410464402563
Binary10010011110100110011101110100001010011010010000010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93699D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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