#9573A0

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

Shades of Ce Soir #9573A0

Tints of Ce Soir #9573A0

Color information

#9573A0 (or 0x9573A0) is unknown color: approx Ce Soir. HEX triplet: 95, 73 and A0. RGB value is (149,115,160). Sum of RGB (Red+Green+Blue) = 149+115+160=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 115 (45.31% from 255 or 27.12% from 424); Blue value is 160 (62.89% from 255 or 37.74% from 424); Max value from RGB is 160 - color contains mainly: blue. Hex color #9573A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9573A0 is #6A8C5F. Grayscale: #828282. Windows color (decimal): -6982752 or 10515349. OLE color: 10515349.

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

Color convert

RGB149115160-
CMYK0.070.2800.37
HSL285.33º19.15%53.92%-
HSV(B)285.33º28.12%62.75%-
XYZ24.8721.1936.04-
YUV130.3144.76141.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.14%
GREEN value IS 115 (45.31% from 255) = 27.12%
BLUE value IS 160 (62.89% from 255) = 37.74%
R=35.14%
G=27.12%
B=37.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1491151600.070.2800.37285.3319.1553.92
Hex9573A071C02511d1336
Octal2251632407340454352366
Binary1001010111100111010000011111100010010110001110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9573A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,115,160); }

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

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

 a { background-color: rgb(149,115,160); }

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

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

 span { border-color: rgb(149,115,160); }

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