#946DAD

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

Shades of Ce Soir #946DAD

Tints of Ce Soir #946DAD

Color information

#946DAD (or 0x946DAD) is unknown color: approx Ce Soir. HEX triplet: 94, 6D and AD. RGB value is (148,109,173). Sum of RGB (Red+Green+Blue) = 148+109+173=430 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.42% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 173 - color contains mainly: blue. Hex color #946DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946DAD is #6B9252. Grayscale: #7F7F7F. Windows color (decimal): -7049811 or 11365780. OLE color: 11365780.

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

Color convert

RGB148109173-
CMYK0.140.3700.32
HSL276.56º28.07%55.29%-
HSV(B)276.56º36.99%67.84%-
XYZ25.2220.2542.11-
YUV127.96153.42142.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.42%
GREEN value IS 109 (42.97% from 255) = 25.35%
BLUE value IS 173 (67.97% from 255) = 40.23%
R=34.42%
G=25.35%
B=40.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1481091730.140.3700.32276.5628.0755.29
Hex946DADE250201151c37
Octal22415525516450404253467
Binary100101001101101101011011110100101010000010001010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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