#946EAD

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

Shades of Ce Soir #946EAD

Tints of Ce Soir #946EAD

Color information

#946EAD (or 0x946EAD) is unknown color: approx Ce Soir. HEX triplet: 94, 6E and AD. RGB value is (148,110,173). Sum of RGB (Red+Green+Blue) = 148+110+173=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 173 - color contains mainly: blue. Hex color #946EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946EAD is #6B9152. Grayscale: #808080. Windows color (decimal): -7049555 or 11366036. OLE color: 11366036.

HSL color Cylindrical-coordinate representation of color #946EAD: hue angle of 276.19º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #946EAD is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB148110173-
CMYK0.140.3600.32
HSL276.19º27.75%55.49%-
HSV(B)276.19º36.42%67.84%-
XYZ25.3320.4642.15-
YUV128.54153.09141.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.34%
GREEN value IS 110 (43.36% from 255) = 25.52%
BLUE value IS 173 (67.97% from 255) = 40.14%
R=34.34%
G=25.52%
B=40.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1481101730.140.3600.32276.1927.7555.49
Hex946EADE240201141c37
Octal22415625516440404243467
Binary100101001101110101011011110100100010000010001010011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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