#9570AA

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

Shades of Ce Soir #9570AA

Tints of Ce Soir #9570AA

Color information

#9570AA (or 0x9570AA) is unknown color: approx Ce Soir. HEX triplet: 95, 70 and AA. RGB value is (149,112,170). Sum of RGB (Red+Green+Blue) = 149+112+170=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 170 - color contains mainly: blue. Hex color #9570AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9570AA is #6A8F55. Grayscale: #818181. Windows color (decimal): -6983510 or 11169941. OLE color: 11169941.

HSL color Cylindrical-coordinate representation of color #9570AA: hue angle of 278.28º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9570AA is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB149112170-
CMYK0.120.3400.33
HSL278.28º25.44%55.29%-
HSV(B)278.28º34.12%66.67%-
XYZ25.4420.8840.72-
YUV129.67150.76141.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.57%
GREEN value IS 112 (44.14% from 255) = 25.99%
BLUE value IS 170 (66.80% from 255) = 39.44%
R=34.57%
G=25.99%
B=39.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491121700.120.3400.33278.2825.4455.29
Hex9570AAC220211161937
Octal22516025214420414263167
Binary100101011110000101010101100100010010000110001011011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9570AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9570AA; }

 p { color: rgb(149,112,170); }

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

<style>
 a { background-color: #9570AA; }

 a { background-color: rgb(149,112,170); }

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

<style>
 span { border-color: #9570AA; }

 span { border-color: rgb(149,112,170); }

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