#9575A3

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

Shades of Ce Soir #9575A3

Tints of Ce Soir #9575A3

Color information

#9575A3 (or 0x9575A3) is unknown color: approx Ce Soir. HEX triplet: 95, 75 and A3. RGB value is (149,117,163). Sum of RGB (Red+Green+Blue) = 149+117+163=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 163 (64.06% from 255 or 38.00% from 429); Max value from RGB is 163 - color contains mainly: blue. Hex color #9575A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9575A3 is #6A8A5C. Grayscale: #838383. Windows color (decimal): -6982237 or 10712469. OLE color: 10712469.

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

Color convert

RGB149117163-
CMYK0.090.2800.36
HSL281.74º20%54.9%-
HSV(B)281.74º28.22%63.92%-
XYZ25.3721.7637.51-
YUV131.81145.6140.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.73%
GREEN value IS 117 (46.09% from 255) = 27.27%
BLUE value IS 163 (64.06% from 255) = 38.00%
R=34.73%
G=27.27%
B=38.00%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1491171630.090.2800.36281.742054.9
Hex9575A391C02411a1437
Octal22516524311340444322467
Binary10010101111010110100011100111100010010010001101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9575A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9575A3; }

 p { color: rgb(149,117,163); }

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

<style>
 a { background-color: #9575A3; }

 a { background-color: rgb(149,117,163); }

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

<style>
 span { border-color: #9575A3; }

 span { border-color: rgb(149,117,163); }

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