#946FAC

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

Shades of Ce Soir #946FAC

Tints of Ce Soir #946FAC

Color information

#946FAC (or 0x946FAC) is unknown color: approx Ce Soir. HEX triplet: 94, 6F and AC. RGB value is (148,111,172). Sum of RGB (Red+Green+Blue) = 148+111+172=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 172 - color contains mainly: blue. Hex color #946FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946FAC is #6B9053. Grayscale: #808080. Windows color (decimal): -7049300 or 11300756. OLE color: 11300756.

HSL color Cylindrical-coordinate representation of color #946FAC: hue angle of 276.39º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #946FAC is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB148111172-
CMYK0.140.3500.33
HSL276.39º26.87%55.49%-
HSV(B)276.39º35.47%67.45%-
XYZ25.3420.6441.68-
YUV129.02152.26141.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.34%
GREEN value IS 111 (43.75% from 255) = 25.75%
BLUE value IS 172 (67.58% from 255) = 39.91%
R=34.34%
G=25.75%
B=39.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481111720.140.3500.33276.3926.8755.49
Hex946FACE230211141b37
Octal22415725416430414243367
Binary100101001101111101011001110100011010000110001010011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,111,172); }

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

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

 a { background-color: rgb(148,111,172); }

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

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

 span { border-color: rgb(148,111,172); }

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