Shades of Ce Soir #9570B1
Tints of Ce Soir #9570B1
RGB
CMYK
RGB Variations
Color information
#9570B1 (or 0x9570B1) is known color: Ce Soir. HEX triplet: 95, 70 and B1. RGB value is (149,112,177). Sum of RGB (Red+Green+Blue) = 149+112+177=438 (58% of max value = 765). Red value is 149 (58.59% from 255 or 34.02% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 177 (69.53% from 255 or 40.41% from 438); Max value from RGB is 177 - color contains mainly: blue. Hex color #9570B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9570B1 is #6A8F4E. Grayscale: #828282. Windows color (decimal): -6983503 or 11628693. OLE color: 11628693.
HSL color Cylindrical-coordinate representation of color #9570B1: hue angle of 274.15º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9570B1 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 112 | 177 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.31 |
| HSL | 274.15º | 0.29% | 0.57% | - |
| HSV(B) | 274.15º | 0.37% | 0.69% | - |
| XYZ | 26.12 | 21.15 | 44.3 | - |
| YUV | 130.47 | 154.26 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 112 | 177 | 0.16 | 0.37 | 0 | 0.31 | 274.15 | 0.29 | 0.57 |
| Hex | 95 | 70 | B1 | 10 | 25 | 0 | 1F | 112 | 1D | 39 |
| Octal | 225 | 160 | 261 | 20 | 45 | 0 | 37 | 422 | 35 | 71 |
| Binary | 10010101 | 1110000 | 10110001 | 10000 | 100101 | 0 | 11111 | 100010010 | 11101 | 111001 |
Color Harmonies of #9570B1
Complementary color
Monochromatic Colors of #9570B1
Black with #9570B1
Text Example
Text Example
White with #9570B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9570B1; }
p { color: rgb(149,112,177); }
H1.HeaderClassName
{
color: #9570B1;
}
.AnyTagClassName
{
color: #9570B1;
}
</style>
background-color css
<style>
a { background-color: #9570B1; }
a { background-color: rgb(149,112,177); }
div.DivClassName
{
background-color: #9570B1;
}
.BgClassName
{
background-color: #9570B1;
}
</style>
border-color css
<style>
span { border-color: #9570B1; }
span { border-color: rgb(149,112,177); }
td.TdClassName
{
border-color: #9570B1;
}
.TagClassName
{
border-color: #9570B1;
}
</style>