Shades of Ce Soir #9674A2
Tints of Ce Soir #9674A2
RGB
CMYK
RGB Variations
Color information
#9674A2 (or 0x9674A2) is known color: Ce Soir. HEX triplet: 96, 74 and A2. RGB value is (150,116,162). Sum of RGB (Red+Green+Blue) = 150+116+162=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 116 (45.70% from 255 or 27.10% from 428); Blue value is 162 (63.67% from 255 or 37.85% from 428); Max value from RGB is 162 - color contains mainly: blue. Hex color #9674A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9674A2 is #698B5D. Grayscale: #838383. Windows color (decimal): -6916958 or 10646678. OLE color: 10646678.
HSL color Cylindrical-coordinate representation of color #9674A2: hue angle of 284.35º degrees, saturation: 0.2, 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 #9674A2 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 116 | 162 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.36 |
| HSL | 284.35º | 0.2% | 0.55% | - |
| HSV(B) | 284.35º | 0.28% | 0.64% | - |
| XYZ | 25.34 | 21.58 | 37.01 | - |
| YUV | 131.41 | 145.26 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 116 | 162 | 0.07 | 0.28 | 0 | 0.36 | 284.35 | 0.2 | 0.55 |
| Hex | 96 | 74 | A2 | 7 | 1C | 0 | 24 | 11C | 14 | 37 |
| Octal | 226 | 164 | 242 | 7 | 34 | 0 | 44 | 434 | 24 | 67 |
| Binary | 10010110 | 1110100 | 10100010 | 111 | 11100 | 0 | 100100 | 100011100 | 10100 | 110111 |
Color Harmonies of #9674A2
Complementary color
Monochromatic Colors of #9674A2
Black with #9674A2
Text Example
Text Example
White with #9674A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9674A2; }
p { color: rgb(150,116,162); }
H1.HeaderClassName
{
color: #9674A2;
}
.AnyTagClassName
{
color: #9674A2;
}
</style>
background-color css
<style>
a { background-color: #9674A2; }
a { background-color: rgb(150,116,162); }
div.DivClassName
{
background-color: #9674A2;
}
.BgClassName
{
background-color: #9674A2;
}
</style>
border-color css
<style>
span { border-color: #9674A2; }
span { border-color: rgb(150,116,162); }
td.TdClassName
{
border-color: #9674A2;
}
.TagClassName
{
border-color: #9674A2;
}
</style>