#946FA5

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

Shades of Ce Soir #946FA5

Tints of Ce Soir #946FA5

Color information

#946FA5 (or 0x946FA5) is unknown color: approx Ce Soir. HEX triplet: 94, 6F and A5. RGB value is (148,111,165). Sum of RGB (Red+Green+Blue) = 148+111+165=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 111 (43.75% from 255 or 26.18% from 424); Blue value is 165 (64.84% from 255 or 38.92% from 424); Max value from RGB is 165 - color contains mainly: blue. Hex color #946FA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946FA5 is #6B905A. Grayscale: #808080. Windows color (decimal): -7049307 or 10842004. OLE color: 10842004.

HSL color Cylindrical-coordinate representation of color #946FA5: hue angle of 281.11º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #946FA5 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB148111165-
CMYK0.100.3300.35
HSL281.11º23.08%54.12%-
HSV(B)281.11º32.73%64.71%-
XYZ24.6920.3838.23-
YUV128.22148.76142.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.91%
GREEN value IS 111 (43.75% from 255) = 26.18%
BLUE value IS 165 (64.84% from 255) = 38.92%
R=34.91%
G=26.18%
B=38.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1481111650.100.3300.35281.1123.0854.12
Hex946FA5A210231191736
Octal22415724512410434312766
Binary100101001101111101001011010100001010001110001100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,111,165); }

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

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

 a { background-color: rgb(148,111,165); }

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

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

 span { border-color: rgb(148,111,165); }

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