#947FA7

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

Shades of Ce Soir #947FA7

Tints of Ce Soir #947FA7

Color information

#947FA7 (or 0x947FA7) is unknown color: approx Ce Soir. HEX triplet: 94, 7F and A7. RGB value is (148,127,167). Sum of RGB (Red+Green+Blue) = 148+127+167=442 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.48% from 442); Green value is 127 (50% from 255 or 28.73% from 442); Blue value is 167 (65.62% from 255 or 37.78% from 442); Max value from RGB is 167 - color contains mainly: blue. Hex color #947FA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947FA7 is #6B8058. Grayscale: #898989. Windows color (decimal): -7045209 or 10977172. OLE color: 10977172.

HSL color Cylindrical-coordinate representation of color #947FA7: hue angle of 271.5º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #947FA7 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB148127167-
CMYK0.110.2400.35
HSL271.5º18.52%57.65%-
HSV(B)271.5º23.95%65.49%-
XYZ26.7824.2639.83-
YUV137.84144.46135.25-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.48%
GREEN value IS 127 (50% from 255) = 28.73%
BLUE value IS 167 (65.62% from 255) = 37.78%
R=33.48%
G=28.73%
B=37.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1481271670.110.2400.35271.518.5257.65
Hex947FA7B18023110133a
Octal22417724713300434202372
Binary10010100111111110100111101111000010001110001000010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947FA7; }

 p { color: rgb(148,127,167); }

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

<style>
 a { background-color: #947FA7; }

 a { background-color: rgb(148,127,167); }

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

<style>
 span { border-color: #947FA7; }

 span { border-color: rgb(148,127,167); }

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