#9477A4

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

Shades of Ce Soir #9477A4

Tints of Ce Soir #9477A4

Color information

#9477A4 (or 0x9477A4) is unknown color: approx Ce Soir. HEX triplet: 94, 77 and A4. RGB value is (148,119,164). Sum of RGB (Red+Green+Blue) = 148+119+164=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 164 (64.45% from 255 or 38.05% from 431); Max value from RGB is 164 - color contains mainly: blue. Hex color #9477A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9477A4 is #6B885B. Grayscale: #848484. Windows color (decimal): -7047260 or 10778516. OLE color: 10778516.

HSL color Cylindrical-coordinate representation of color #9477A4: hue angle of 278.67º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9477A4 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB148119164-
CMYK0.100.2700.36
HSL278.67º19.82%55.49%-
HSV(B)278.67º27.44%64.31%-
XYZ25.5122.1738.06-
YUV132.8145.61138.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.34%
GREEN value IS 119 (46.88% from 255) = 27.61%
BLUE value IS 164 (64.45% from 255) = 38.05%
R=34.34%
G=27.61%
B=38.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1481191640.100.2700.36278.6719.8255.49
Hex9477A4A1B0241171437
Octal22416724412330444272467
Binary10010100111011110100100101011011010010010001011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9477A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9477A4; }

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

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

<style>
 a { background-color: #9477A4; }

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

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

<style>
 span { border-color: #9477A4; }

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

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