#9472A0

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

Shades of Ce Soir #9472A0

Tints of Ce Soir #9472A0

Color information

#9472A0 (or 0x9472A0) is unknown color: approx Ce Soir. HEX triplet: 94, 72 and A0. RGB value is (148,114,160). Sum of RGB (Red+Green+Blue) = 148+114+160=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 160 (62.89% from 255 or 37.91% from 422); Max value from RGB is 160 - color contains mainly: blue. Hex color #9472A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9472A0 is #6B8D5F. Grayscale: #818181. Windows color (decimal): -7048544 or 10515092. OLE color: 10515092.

HSL color Cylindrical-coordinate representation of color #9472A0: hue angle of 284.35º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9472A0 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB148114160-
CMYK0.070.2900.37
HSL284.35º19.49%53.73%-
HSV(B)284.35º28.75%62.75%-
XYZ24.5820.8735.99-
YUV129.41145.26141.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.07%
GREEN value IS 114 (44.92% from 255) = 27.01%
BLUE value IS 160 (62.89% from 255) = 37.91%
R=35.07%
G=27.01%
B=37.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1481141600.070.2900.37284.3519.4953.73
Hex9472A071D02511c1336
Octal2241622407350454342366
Binary1001010011100101010000011111101010010110001110010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9472A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9472A0; }

 p { color: rgb(148,114,160); }

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

<style>
 a { background-color: #9472A0; }

 a { background-color: rgb(148,114,160); }

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

<style>
 span { border-color: #9472A0; }

 span { border-color: rgb(148,114,160); }

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