#94709E

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

Shades of Ce Soir #94709E

Tints of Ce Soir #94709E

Color information

#94709E (or 0x94709E) is unknown color: approx Ce Soir. HEX triplet: 94, 70 and 9E. RGB value is (148,112,158). Sum of RGB (Red+Green+Blue) = 148+112+158=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 158 - color contains mainly: blue. Hex color #94709E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94709E is #6B8F61. Grayscale: #7F7F7F. Windows color (decimal): -7049058 or 10383508. OLE color: 10383508.

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

Color convert

RGB148112158-
CMYK0.060.2900.38
HSL286.96º19.17%52.94%-
HSV(B)286.96º29.11%61.96%-
XYZ24.1820.3535-
YUV128.01144.93142.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.41%
GREEN value IS 112 (44.14% from 255) = 26.79%
BLUE value IS 158 (62.11% from 255) = 37.80%
R=35.41%
G=26.79%
B=37.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1481121580.060.2900.38286.9619.1752.94
Hex94709E61D02611f1335
Octal2241602366350464372365
Binary1001010011100001001111011011101010011010001111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94709E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94709E; }

 p { color: rgb(148,112,158); }

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

<style>
 a { background-color: #94709E; }

 a { background-color: rgb(148,112,158); }

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

<style>
 span { border-color: #94709E; }

 span { border-color: rgb(148,112,158); }

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