#9574AA

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

Shades of Ce Soir #9574AA

Tints of Ce Soir #9574AA

Color information

#9574AA (or 0x9574AA) is unknown color: approx Ce Soir. HEX triplet: 95, 74 and AA. RGB value is (149,116,170). Sum of RGB (Red+Green+Blue) = 149+116+170=435 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.25% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 170 - color contains mainly: blue. Hex color #9574AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9574AA is #6A8B55. Grayscale: #838383. Windows color (decimal): -6982486 or 11170965. OLE color: 11170965.

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

Color convert

RGB149116170-
CMYK0.120.3200.33
HSL276.67º24.11%56.08%-
HSV(B)276.67º31.76%66.67%-
XYZ25.921.7840.87-
YUV132.02149.43140.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.25%
GREEN value IS 116 (45.70% from 255) = 26.67%
BLUE value IS 170 (66.80% from 255) = 39.08%
R=34.25%
G=26.67%
B=39.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491161700.120.3200.33276.6724.1156.08
Hex9574AAC200211151838
Octal22516425214400414253070
Binary100101011110100101010101100100000010000110001010111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9574AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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