#9571A2

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

Shades of Ce Soir #9571A2

Tints of Ce Soir #9571A2

Color information

#9571A2 (or 0x9571A2) is unknown color: approx Ce Soir. HEX triplet: 95, 71 and A2. RGB value is (149,113,162). Sum of RGB (Red+Green+Blue) = 149+113+162=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 113 (44.53% from 255 or 26.65% from 424); Blue value is 162 (63.67% from 255 or 38.21% from 424); Max value from RGB is 162 - color contains mainly: blue. Hex color #9571A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9571A2 is #6A8E5D. Grayscale: #818181. Windows color (decimal): -6983262 or 10645909. OLE color: 10645909.

HSL color Cylindrical-coordinate representation of color #9571A2: hue angle of 284.08º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9571A2 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB149113162-
CMYK0.080.3000.36
HSL284.08º20.85%53.92%-
HSV(B)284.08º30.25%63.53%-
XYZ24.8220.8136.89-
YUV129.35146.43142.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.14%
GREEN value IS 113 (44.53% from 255) = 26.65%
BLUE value IS 162 (63.67% from 255) = 38.21%
R=35.14%
G=26.65%
B=38.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1491131620.080.3000.36284.0820.8553.92
Hex9571A281E02411c1536
Octal22516124210360444342566
Binary10010101111000110100010100011110010010010001110010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9571A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9571A2; }

 p { color: rgb(149,113,162); }

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

<style>
 a { background-color: #9571A2; }

 a { background-color: rgb(149,113,162); }

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

<style>
 span { border-color: #9571A2; }

 span { border-color: rgb(149,113,162); }

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