Shades of Ce Soir #9574AA
Tints of Ce Soir #9574AA
RGB
CMYK
RGB Variations
Color information
#9574AA (or 0x9574AA) is known color: 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
| RGB | 149 | 116 | 170 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.33 |
| HSL | 276.67º | 0.24% | 0.56% | - |
| HSV(B) | 276.67º | 0.32% | 0.67% | - |
| XYZ | 25.9 | 21.78 | 40.87 | - |
| YUV | 132.02 | 149.43 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 116 | 170 | 0.12 | 0.32 | 0 | 0.33 | 276.67 | 0.24 | 0.56 |
| Hex | 95 | 74 | AA | C | 20 | 0 | 21 | 115 | 18 | 38 |
| Octal | 225 | 164 | 252 | 14 | 40 | 0 | 41 | 425 | 30 | 70 |
| Binary | 10010101 | 1110100 | 10101010 | 1100 | 100000 | 0 | 100001 | 100010101 | 11000 | 111000 |
Color Harmonies of #9574AA
Complementary color
Monochromatic Colors of #9574AA
Black with #9574AA
Text Example
Text Example
White with #9574AA
Text Example
Text Example
HTML Codes & Css Web 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>