#946DAC

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

Shades of Ce Soir #946DAC

Tints of Ce Soir #946DAC

Color information

#946DAC (or 0x946DAC) is unknown color: approx Ce Soir. HEX triplet: 94, 6D and AC. RGB value is (148,109,172). Sum of RGB (Red+Green+Blue) = 148+109+172=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 172 - color contains mainly: blue. Hex color #946DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946DAC is #6B9253. Grayscale: #7F7F7F. Windows color (decimal): -7049812 or 11300244. OLE color: 11300244.

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

Color convert

RGB148109172-
CMYK0.140.3700.33
HSL277.14º27.51%55.1%-
HSV(B)277.14º36.63%67.45%-
XYZ25.1320.2141.61-
YUV127.84152.92142.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.50%
GREEN value IS 109 (42.97% from 255) = 25.41%
BLUE value IS 172 (67.58% from 255) = 40.09%
R=34.50%
G=25.41%
B=40.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481091720.140.3700.33277.1427.5155.1
Hex946DACE250211151c37
Octal22415525416450414253467
Binary100101001101101101011001110100101010000110001010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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