#94699E

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

Shades of Ce Soir #94699E

Tints of Ce Soir #94699E

Color information

#94699E (or 0x94699E) is unknown color: approx Ce Soir. HEX triplet: 94, 69 and 9E. RGB value is (148,105,158). Sum of RGB (Red+Green+Blue) = 148+105+158=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 158 - color contains mainly: blue. Hex color #94699E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94699E is #6B9661. Grayscale: #7B7B7B. Windows color (decimal): -7050850 or 10381716. OLE color: 10381716.

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

Color convert

RGB148105158-
CMYK0.060.3400.38
HSL288.68º21.46%51.57%-
HSV(B)288.68º33.54%61.96%-
XYZ23.4418.8734.75-
YUV123.9147.25145.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.01%
GREEN value IS 105 (41.41% from 255) = 25.55%
BLUE value IS 158 (62.11% from 255) = 38.44%
R=36.01%
G=25.55%
B=38.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1481051580.060.3400.38288.6821.4651.57
Hex94699E6220261211534
Octal2241512366420464412564
Binary10010100110100110011110110100010010011010010000110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94699E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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