Shades of Ce Soir #9675A2
Tints of Ce Soir #9675A2
RGB
CMYK
RGB Variations
Color information
#9675A2 (or 0x9675A2) is known color: Ce Soir. HEX triplet: 96, 75 and A2. RGB value is (150,117,162). Sum of RGB (Red+Green+Blue) = 150+117+162=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 162 (63.67% from 255 or 37.76% from 429); Max value from RGB is 162 - color contains mainly: blue. Hex color #9675A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9675A2 is #698A5D. Grayscale: #838383. Windows color (decimal): -6916702 or 10646934. OLE color: 10646934.
HSL color Cylindrical-coordinate representation of color #9675A2: hue angle of 284º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9675A2 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 117 | 162 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.36 |
| HSL | 284º | 0.19% | 0.55% | - |
| HSV(B) | 284º | 0.28% | 0.64% | - |
| XYZ | 25.46 | 21.82 | 37.05 | - |
| YUV | 132 | 144.93 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 117 | 162 | 0.07 | 0.28 | 0 | 0.36 | 284 | 0.19 | 0.55 |
| Hex | 96 | 75 | A2 | 7 | 1C | 0 | 24 | 11C | 13 | 37 |
| Octal | 226 | 165 | 242 | 7 | 34 | 0 | 44 | 434 | 23 | 67 |
| Binary | 10010110 | 1110101 | 10100010 | 111 | 11100 | 0 | 100100 | 100011100 | 10011 | 110111 |
Color Harmonies of #9675A2
Complementary color
Monochromatic Colors of #9675A2
Black with #9675A2
Text Example
Text Example
White with #9675A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9675A2; }
p { color: rgb(150,117,162); }
H1.HeaderClassName
{
color: #9675A2;
}
.AnyTagClassName
{
color: #9675A2;
}
</style>
background-color css
<style>
a { background-color: #9675A2; }
a { background-color: rgb(150,117,162); }
div.DivClassName
{
background-color: #9675A2;
}
.BgClassName
{
background-color: #9675A2;
}
</style>
border-color css
<style>
span { border-color: #9675A2; }
span { border-color: rgb(150,117,162); }
td.TdClassName
{
border-color: #9675A2;
}
.TagClassName
{
border-color: #9675A2;
}
</style>