#94699F

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

Shades of Ce Soir #94699F

Tints of Ce Soir #94699F

Color information

#94699F (or 0x94699F) is unknown color: approx Ce Soir. HEX triplet: 94, 69 and 9F. RGB value is (148,105,159). Sum of RGB (Red+Green+Blue) = 148+105+159=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 159 - color contains mainly: blue. Hex color #94699F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94699F is #6B9660. Grayscale: #7B7B7B. Windows color (decimal): -7050849 or 10447252. OLE color: 10447252.

HSL color Cylindrical-coordinate representation of color #94699F: hue angle of 287.78º 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 #94699F is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB148105159-
CMYK0.070.3400.38
HSL287.78º21.95%51.76%-
HSV(B)287.78º33.96%62.35%-
XYZ23.5218.935.21-
YUV124.01147.75145.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.92%
GREEN value IS 105 (41.41% from 255) = 25.49%
BLUE value IS 159 (62.5% from 255) = 38.59%
R=35.92%
G=25.49%
B=38.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1481051590.070.3400.38287.7821.9551.76
Hex94699F7220261201634
Octal2241512377420464402664
Binary10010100110100110011111111100010010011010010000010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94699F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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