#9574AB

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

Shades of Ce Soir #9574AB

Tints of Ce Soir #9574AB

Color information

#9574AB (or 0x9574AB) is unknown color: approx Ce Soir. HEX triplet: 95, 74 and AB. RGB value is (149,116,171). Sum of RGB (Red+Green+Blue) = 149+116+171=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 116 (45.70% from 255 or 26.61% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 171 - color contains mainly: blue. Hex color #9574AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9574AB is #6A8B54. Grayscale: #838383. Windows color (decimal): -6982485 or 11236501. OLE color: 11236501.

HSL color Cylindrical-coordinate representation of color #9574AB: hue angle of 276º degrees, saturation: 0.25, 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 #9574AB is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB149116171-
CMYK0.130.3200.33
HSL276º24.66%56.27%-
HSV(B)276º32.16%67.06%-
XYZ25.9921.8241.37-
YUV132.14149.93140.03-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.17%
GREEN value IS 116 (45.70% from 255) = 26.61%
BLUE value IS 171 (67.19% from 255) = 39.22%
R=34.17%
G=26.61%
B=39.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491161710.130.3200.3327624.6656.27
Hex9574ABD200211141938
Octal22516425315400414243170
Binary100101011110100101010111101100000010000110001010011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9574AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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