#946EAF

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

Shades of Ce Soir #946EAF

Tints of Ce Soir #946EAF

Color information

#946EAF (or 0x946EAF) is unknown color: approx Ce Soir. HEX triplet: 94, 6E and AF. RGB value is (148,110,175). Sum of RGB (Red+Green+Blue) = 148+110+175=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 175 - color contains mainly: blue. Hex color #946EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946EAF is #6B9150. Grayscale: #808080. Windows color (decimal): -7049553 or 11497108. OLE color: 11497108.

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

Color convert

RGB148110175-
CMYK0.150.3700.31
HSL275.08º28.89%55.88%-
HSV(B)275.08º37.14%68.63%-
XYZ25.5320.5443.18-
YUV128.77154.09141.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.18%
GREEN value IS 110 (43.36% from 255) = 25.40%
BLUE value IS 175 (68.75% from 255) = 40.42%
R=34.18%
G=25.40%
B=40.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481101750.150.3700.31275.0828.8955.88
Hex946EAFF2501F1131d38
Octal22415625717450374233570
Binary10010100110111010101111111110010101111110001001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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