Shades of Ce Soir #9572AB
Tints of Ce Soir #9572AB
RGB
CMYK
RGB Variations
Color information
#9572AB (or 0x9572AB) is known color: Ce Soir. HEX triplet: 95, 72 and AB. RGB value is (149,114,171). Sum of RGB (Red+Green+Blue) = 149+114+171=434 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.33% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 171 - color contains mainly: blue. Hex color #9572AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9572AB is #6A8D54. Grayscale: #828282. Windows color (decimal): -6982997 or 11235989. OLE color: 11235989.
HSL color Cylindrical-coordinate representation of color #9572AB: hue angle of 276.84º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9572AB is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 114 | 171 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.33 |
| HSL | 276.84º | 0.25% | 0.56% | - |
| HSV(B) | 276.84º | 0.33% | 0.67% | - |
| XYZ | 25.76 | 21.36 | 41.29 | - |
| YUV | 130.96 | 150.6 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 114 | 171 | 0.13 | 0.33 | 0 | 0.33 | 276.84 | 0.25 | 0.56 |
| Hex | 95 | 72 | AB | D | 21 | 0 | 21 | 115 | 19 | 38 |
| Octal | 225 | 162 | 253 | 15 | 41 | 0 | 41 | 425 | 31 | 70 |
| Binary | 10010101 | 1110010 | 10101011 | 1101 | 100001 | 0 | 100001 | 100010101 | 11001 | 111000 |
Color Harmonies of #9572AB
Complementary color
Monochromatic Colors of #9572AB
Black with #9572AB
Text Example
Text Example
White with #9572AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9572AB; }
p { color: rgb(149,114,171); }
H1.HeaderClassName
{
color: #9572AB;
}
.AnyTagClassName
{
color: #9572AB;
}
</style>
background-color css
<style>
a { background-color: #9572AB; }
a { background-color: rgb(149,114,171); }
div.DivClassName
{
background-color: #9572AB;
}
.BgClassName
{
background-color: #9572AB;
}
</style>
border-color css
<style>
span { border-color: #9572AB; }
span { border-color: rgb(149,114,171); }
td.TdClassName
{
border-color: #9572AB;
}
.TagClassName
{
border-color: #9572AB;
}
</style>