Shades of Ce Soir #9075A2
Tints of Ce Soir #9075A2
RGB
CMYK
RGB Variations
Color information
#9075A2 (or 0x9075A2) is known color: Ce Soir. HEX triplet: 90, 75 and A2. RGB value is (144,117,162). Sum of RGB (Red+Green+Blue) = 144+117+162=423 (56% of max value = 765). Red value is 144 (56.64% from 255 or 34.04% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 162 (63.67% from 255 or 38.30% from 423); Max value from RGB is 162 - color contains mainly: blue. Hex color #9075A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9075A2 is #6F8A5D. Grayscale: #828282. Windows color (decimal): -7309918 or 10646928. OLE color: 10646928.
HSL color Cylindrical-coordinate representation of color #9075A2: hue angle of 276º 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 #9075A2 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 117 | 162 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.36 |
| HSL | 276º | 0.19% | 0.55% | - |
| HSV(B) | 276º | 0.28% | 0.64% | - |
| XYZ | 24.38 | 21.26 | 37 | - |
| YUV | 130.2 | 145.95 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 117 | 162 | 0.11 | 0.28 | 0 | 0.36 | 276 | 0.19 | 0.55 |
| Hex | 90 | 75 | A2 | B | 1C | 0 | 24 | 114 | 13 | 37 |
| Octal | 220 | 165 | 242 | 13 | 34 | 0 | 44 | 424 | 23 | 67 |
| Binary | 10010000 | 1110101 | 10100010 | 1011 | 11100 | 0 | 100100 | 100010100 | 10011 | 110111 |
Color Harmonies of #9075A2
Complementary color
Monochromatic Colors of #9075A2
Black with #9075A2
Text Example
Text Example
White with #9075A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9075A2; }
p { color: rgb(144,117,162); }
H1.HeaderClassName
{
color: #9075A2;
}
.AnyTagClassName
{
color: #9075A2;
}
</style>
background-color css
<style>
a { background-color: #9075A2; }
a { background-color: rgb(144,117,162); }
div.DivClassName
{
background-color: #9075A2;
}
.BgClassName
{
background-color: #9075A2;
}
</style>
border-color css
<style>
span { border-color: #9075A2; }
span { border-color: rgb(144,117,162); }
td.TdClassName
{
border-color: #9075A2;
}
.TagClassName
{
border-color: #9075A2;
}
</style>