#946EB1

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

Shades of Ce Soir #946EB1

Tints of Ce Soir #946EB1

Color information

#946EB1 (or 0x946EB1) is unknown color: approx Ce Soir. HEX triplet: 94, 6E and B1. RGB value is (148,110,177). Sum of RGB (Red+Green+Blue) = 148+110+177=435 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.02% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 177 (69.53% from 255 or 40.69% from 435); Max value from RGB is 177 - color contains mainly: blue. Hex color #946EB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946EB1 is #6B914E. Grayscale: #808080. Windows color (decimal): -7049551 or 11628180. OLE color: 11628180.

HSL color Cylindrical-coordinate representation of color #946EB1: hue angle of 274.03º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #946EB1 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB148110177-
CMYK0.160.3800.31
HSL274.03º30.04%56.27%-
HSV(B)274.03º37.85%69.41%-
XYZ25.7220.6244.22-
YUV129155.09141.55-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.02%
GREEN value IS 110 (43.36% from 255) = 25.29%
BLUE value IS 177 (69.53% from 255) = 40.69%
R=34.02%
G=25.29%
B=40.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481101770.160.3800.31274.0330.0456.27
Hex946EB1102601F1121e38
Octal22415626120460374223670
Binary100101001101110101100011000010011001111110001001011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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