Shades of Ce Soir #9170AF
Tints of Ce Soir #9170AF
RGB
CMYK
RGB Variations
Color information
#9170AF (or 0x9170AF) is known color: Ce Soir. HEX triplet: 91, 70 and AF. RGB value is (145,112,175). Sum of RGB (Red+Green+Blue) = 145+112+175=432 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.56% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 175 - color contains mainly: blue. Hex color #9170AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9170AF is #6E8F50. Grayscale: #808080. Windows color (decimal): -7245649 or 11497617. OLE color: 11497617.
HSL color Cylindrical-coordinate representation of color #9170AF: hue angle of 271.43º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9170AF is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 112 | 175 | - |
| CMYK | 0.17 | 0.36 | 0 | 0.31 |
| HSL | 271.43º | 0.28% | 0.56% | - |
| HSV(B) | 271.43º | 0.36% | 0.69% | - |
| XYZ | 25.21 | 20.7 | 43.22 | - |
| YUV | 129.05 | 153.93 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 112 | 175 | 0.17 | 0.36 | 0 | 0.31 | 271.43 | 0.28 | 0.56 |
| Hex | 91 | 70 | AF | 11 | 24 | 0 | 1F | 10F | 1C | 38 |
| Octal | 221 | 160 | 257 | 21 | 44 | 0 | 37 | 417 | 34 | 70 |
| Binary | 10010001 | 1110000 | 10101111 | 10001 | 100100 | 0 | 11111 | 100001111 | 11100 | 111000 |
Color Harmonies of #9170AF
Complementary color
Monochromatic Colors of #9170AF
Black with #9170AF
Text Example
Text Example
White with #9170AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9170AF; }
p { color: rgb(145,112,175); }
H1.HeaderClassName
{
color: #9170AF;
}
.AnyTagClassName
{
color: #9170AF;
}
</style>
background-color css
<style>
a { background-color: #9170AF; }
a { background-color: rgb(145,112,175); }
div.DivClassName
{
background-color: #9170AF;
}
.BgClassName
{
background-color: #9170AF;
}
</style>
border-color css
<style>
span { border-color: #9170AF; }
span { border-color: rgb(145,112,175); }
td.TdClassName
{
border-color: #9170AF;
}
.TagClassName
{
border-color: #9170AF;
}
</style>