#946AA4

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

Shades of Ce Soir #946AA4

Tints of Ce Soir #946AA4

Color information

#946AA4 (or 0x946AA4) is unknown color: approx Ce Soir. HEX triplet: 94, 6A and A4. RGB value is (148,106,164). Sum of RGB (Red+Green+Blue) = 148+106+164=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 106 (41.80% from 255 or 25.36% from 418); Blue value is 164 (64.45% from 255 or 39.23% from 418); Max value from RGB is 164 - color contains mainly: blue. Hex color #946AA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946AA4 is #6B955B. Grayscale: #7C7C7C. Windows color (decimal): -7050588 or 10775188. OLE color: 10775188.

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

Color convert

RGB148106164-
CMYK0.100.3500.36
HSL283.45º24.17%52.94%-
HSV(B)283.45º35.37%64.31%-
XYZ24.0719.2837.58-
YUV125.17149.91144.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.41%
GREEN value IS 106 (41.80% from 255) = 25.36%
BLUE value IS 164 (64.45% from 255) = 39.23%
R=35.41%
G=25.36%
B=39.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1481061640.100.3500.36283.4524.1752.94
Hex946AA4A2302411b1835
Octal22415224412430444333065
Binary100101001101010101001001010100011010010010001101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,106,164); }

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

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

 a { background-color: rgb(148,106,164); }

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

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

 span { border-color: rgb(148,106,164); }

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