#946EAC

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

Shades of Ce Soir #946EAC

Tints of Ce Soir #946EAC

Color information

#946EAC (or 0x946EAC) is unknown color: approx Ce Soir. HEX triplet: 94, 6E and AC. RGB value is (148,110,172). Sum of RGB (Red+Green+Blue) = 148+110+172=430 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.42% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 172 - color contains mainly: blue. Hex color #946EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946EAC is #6B9153. Grayscale: #808080. Windows color (decimal): -7049556 or 11300500. OLE color: 11300500.

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

Color convert

RGB148110172-
CMYK0.140.3600.33
HSL276.77º27.19%55.29%-
HSV(B)276.77º36.05%67.45%-
XYZ25.2420.4341.64-
YUV128.43152.59141.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.42%
GREEN value IS 110 (43.36% from 255) = 25.58%
BLUE value IS 172 (67.58% from 255) = 40%
R=34.42%
G=25.58%
B=40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481101720.140.3600.33276.7727.1955.29
Hex946EACE240211151b37
Octal22415625416440414253367
Binary100101001101110101011001110100100010000110001010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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