#946DAF

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

Shades of Ce Soir #946DAF

Tints of Ce Soir #946DAF

Color information

#946DAF (or 0x946DAF) is unknown color: approx Ce Soir. HEX triplet: 94, 6D and AF. RGB value is (148,109,175). Sum of RGB (Red+Green+Blue) = 148+109+175=432 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.26% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 175 - color contains mainly: blue. Hex color #946DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946DAF is #6B9250. Grayscale: #7F7F7F. Windows color (decimal): -7049809 or 11496852. OLE color: 11496852.

HSL color Cylindrical-coordinate representation of color #946DAF: hue angle of 275.45º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #946DAF is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB148109175-
CMYK0.150.3800.31
HSL275.45º29.2%55.69%-
HSV(B)275.45º37.71%68.63%-
XYZ25.4220.3343.14-
YUV128.18154.42142.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.26%
GREEN value IS 109 (42.97% from 255) = 25.23%
BLUE value IS 175 (68.75% from 255) = 40.51%
R=34.26%
G=25.23%
B=40.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481091750.150.3800.31275.4529.255.69
Hex946DAFF2601F1131d38
Octal22415525717460374233570
Binary10010100110110110101111111110011001111110001001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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