#93669F

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

Shades of Ce Soir #93669F

Tints of Ce Soir #93669F

Color information

#93669F (or 0x93669F) is unknown color: approx Ce Soir. HEX triplet: 93, 66 and 9F. RGB value is (147,102,159). Sum of RGB (Red+Green+Blue) = 147+102+159=408 (54% of max value = 765). Red value is 147 (57.81% from 255 or 36.03% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 159 (62.5% from 255 or 38.97% from 408); Max value from RGB is 159 - color contains mainly: blue. Hex color #93669F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93669F is #6C9960. Grayscale: #797979. Windows color (decimal): -7117153 or 10446483. OLE color: 10446483.

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

Color convert

RGB147102159-
CMYK0.080.3600.38
HSL287.37º22.89%51.18%-
HSV(B)287.37º35.85%62.35%-
XYZ23.0418.2135.1-
YUV121.95148.91145.87-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.03%
GREEN value IS 102 (40.23% from 255) = 25%
BLUE value IS 159 (62.5% from 255) = 38.97%
R=36.03%
G=25%
B=38.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471021590.080.3600.38287.3722.8951.18
Hex93669F82402611f1733
Octal22314623710440464372763
Binary100100111100110100111111000100100010011010001111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93669F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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