#9470AE

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

Shades of Ce Soir #9470AE

Tints of Ce Soir #9470AE

Color information

#9470AE (or 0x9470AE) is unknown color: approx Ce Soir. HEX triplet: 94, 70 and AE. RGB value is (148,112,174). Sum of RGB (Red+Green+Blue) = 148+112+174=434 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.10% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 174 - color contains mainly: blue. Hex color #9470AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9470AE is #6B8F51. Grayscale: #818181. Windows color (decimal): -7049042 or 11432084. OLE color: 11432084.

HSL color Cylindrical-coordinate representation of color #9470AE: hue angle of 274.84º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9470AE is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB148112174-
CMYK0.150.3600.32
HSL274.84º27.68%56.08%-
HSV(B)274.84º35.63%68.24%-
XYZ25.6520.9442.73-
YUV129.83152.93140.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.10%
GREEN value IS 112 (44.14% from 255) = 25.81%
BLUE value IS 174 (68.36% from 255) = 40.09%
R=34.10%
G=25.81%
B=40.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1481121740.150.3600.32274.8427.6856.08
Hex9470AEF240201131c38
Octal22416025617440404233470
Binary100101001110000101011101111100100010000010001001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9470AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9470AE; }

 p { color: rgb(148,112,174); }

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

<style>
 a { background-color: #9470AE; }

 a { background-color: rgb(148,112,174); }

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

<style>
 span { border-color: #9470AE; }

 span { border-color: rgb(148,112,174); }

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