#946E9C

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

Shades of Ce Soir #946E9C

Tints of Ce Soir #946E9C

Color information

#946E9C (or 0x946E9C) is unknown color: approx Ce Soir. HEX triplet: 94, 6E and 9C. RGB value is (148,110,156). Sum of RGB (Red+Green+Blue) = 148+110+156=414 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.75% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 156 - color contains mainly: blue. Hex color #946E9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946E9C is #6B9163. Grayscale: #7E7E7E. Windows color (decimal): -7049572 or 10251924. OLE color: 10251924.

HSL color Cylindrical-coordinate representation of color #946E9C: hue angle of 289.57º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #946E9C is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB148110156-
CMYK0.050.2900.39
HSL289.57º18.85%52.16%-
HSV(B)289.57º29.49%61.18%-
XYZ23.7919.8534.03-
YUV126.61144.59143.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.75%
GREEN value IS 110 (43.36% from 255) = 26.57%
BLUE value IS 156 (61.33% from 255) = 37.68%
R=35.75%
G=26.57%
B=37.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1481101560.050.2900.39289.5718.8552.16
Hex946E9C51D0271221334
Octal2241562345350474422364
Binary1001010011011101001110010111101010011110010001010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946E9C; }

 p { color: rgb(148,110,156); }

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

<style>
 a { background-color: #946E9C; }

 a { background-color: rgb(148,110,156); }

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

<style>
 span { border-color: #946E9C; }

 span { border-color: rgb(148,110,156); }

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