#9577AD

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

Shades of Ce Soir #9577AD

Tints of Ce Soir #9577AD

Color information

#9577AD (or 0x9577AD) is unknown color: approx Ce Soir. HEX triplet: 95, 77 and AD. RGB value is (149,119,173). Sum of RGB (Red+Green+Blue) = 149+119+173=441 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.79% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 173 - color contains mainly: blue. Hex color #9577AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9577AD is #6A8852. Grayscale: #858585. Windows color (decimal): -6981715 or 11368341. OLE color: 11368341.

HSL color Cylindrical-coordinate representation of color #9577AD: hue angle of 273.33º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9577AD is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB149119173-
CMYK0.140.3100.32
HSL273.33º24.77%57.25%-
HSV(B)273.33º31.21%67.84%-
XYZ26.5322.642.5-
YUV134.13149.94138.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.79%
GREEN value IS 119 (46.88% from 255) = 26.98%
BLUE value IS 173 (67.97% from 255) = 39.23%
R=33.79%
G=26.98%
B=39.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1491191730.140.3100.32273.3324.7757.25
Hex9577ADE1F0201111939
Octal22516725516370404213171
Binary10010101111011110101101111011111010000010001000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9577AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9577AD; }

 p { color: rgb(149,119,173); }

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

<style>
 a { background-color: #9577AD; }

 a { background-color: rgb(149,119,173); }

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

<style>
 span { border-color: #9577AD; }

 span { border-color: rgb(149,119,173); }

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