#946DA3

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

Shades of Ce Soir #946DA3

Tints of Ce Soir #946DA3

Color information

#946DA3 (or 0x946DA3) is unknown color: approx Ce Soir. HEX triplet: 94, 6D and A3. RGB value is (148,109,163). Sum of RGB (Red+Green+Blue) = 148+109+163=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 109 (42.97% from 255 or 25.95% from 420); Blue value is 163 (64.06% from 255 or 38.81% from 420); Max value from RGB is 163 - color contains mainly: blue. Hex color #946DA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946DA3 is #6B925C. Grayscale: #7E7E7E. Windows color (decimal): -7049821 or 10710420. OLE color: 10710420.

HSL color Cylindrical-coordinate representation of color #946DA3: hue angle of 283.33º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #946DA3 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB148109163-
CMYK0.090.3300.36
HSL283.33º22.69%53.33%-
HSV(B)283.33º33.13%63.92%-
XYZ24.2919.8837.21-
YUV126.82148.42143.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.24%
GREEN value IS 109 (42.97% from 255) = 25.95%
BLUE value IS 163 (64.06% from 255) = 38.81%
R=35.24%
G=25.95%
B=38.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1481091630.090.3300.36283.3322.6953.33
Hex946DA392102411b1735
Octal22415524311410444332765
Binary100101001101101101000111001100001010010010001101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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