Shades of Ce Soir #9475AB
Tints of Ce Soir #9475AB
RGB
CMYK
RGB Variations
Color information
#9475AB (or 0x9475AB) is known color: Ce Soir. HEX triplet: 94, 75 and AB. RGB value is (148,117,171). Sum of RGB (Red+Green+Blue) = 148+117+171=436 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.94% from 436); Green value is 117 (46.09% from 255 or 26.83% 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 #9475AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9475AB is #6B8A54. Grayscale: #848484. Windows color (decimal): -7047765 or 11236756. OLE color: 11236756.
HSL color Cylindrical-coordinate representation of color #9475AB: hue angle of 274.44º 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 #9475AB is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 117 | 171 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.33 |
| HSL | 274.44º | 0.24% | 0.56% | - |
| HSV(B) | 274.44º | 0.32% | 0.67% | - |
| XYZ | 25.92 | 21.96 | 41.4 | - |
| YUV | 132.43 | 149.77 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 117 | 171 | 0.13 | 0.32 | 0 | 0.33 | 274.44 | 0.24 | 0.56 |
| Hex | 94 | 75 | AB | D | 20 | 0 | 21 | 112 | 18 | 38 |
| Octal | 224 | 165 | 253 | 15 | 40 | 0 | 41 | 422 | 30 | 70 |
| Binary | 10010100 | 1110101 | 10101011 | 1101 | 100000 | 0 | 100001 | 100010010 | 11000 | 111000 |
Color Harmonies of #9475AB
Complementary color
Monochromatic Colors of #9475AB
Black with #9475AB
Text Example
Text Example
White with #9475AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9475AB; }
p { color: rgb(148,117,171); }
H1.HeaderClassName
{
color: #9475AB;
}
.AnyTagClassName
{
color: #9475AB;
}
</style>
background-color css
<style>
a { background-color: #9475AB; }
a { background-color: rgb(148,117,171); }
div.DivClassName
{
background-color: #9475AB;
}
.BgClassName
{
background-color: #9475AB;
}
</style>
border-color css
<style>
span { border-color: #9475AB; }
span { border-color: rgb(148,117,171); }
td.TdClassName
{
border-color: #9475AB;
}
.TagClassName
{
border-color: #9475AB;
}
</style>