Shades of Ce Soir #9A70B3
Tints of Ce Soir #9A70B3
RGB
CMYK
RGB Variations
Color information
#9A70B3 (or 0x9A70B3) is known color: Ce Soir. HEX triplet: 9A, 70 and B3. RGB value is (154,112,179). Sum of RGB (Red+Green+Blue) = 154+112+179=445 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.61% from 445); Green value is 112 (44.14% from 255 or 25.17% from 445); Blue value is 179 (70.31% from 255 or 40.22% from 445); Max value from RGB is 179 - color contains mainly: blue. Hex color #9A70B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A70B3 is #658F4C. Grayscale: #838383. Windows color (decimal): -6655821 or 11759770. OLE color: 11759770.
HSL color Cylindrical-coordinate representation of color #9A70B3: hue angle of 277.61º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9A70B3 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 154 | 112 | 179 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.30 |
| HSL | 277.61º | 0.31% | 0.57% | - |
| HSV(B) | 277.61º | 0.37% | 0.7% | - |
| XYZ | 27.26 | 21.71 | 45.4 | - |
| YUV | 132.2 | 154.41 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 112 | 179 | 0.14 | 0.37 | 0 | 0.30 | 277.61 | 0.31 | 0.57 |
| Hex | 9A | 70 | B3 | E | 25 | 0 | 1E | 116 | 1F | 39 |
| Octal | 232 | 160 | 263 | 16 | 45 | 0 | 36 | 426 | 37 | 71 |
| Binary | 10011010 | 1110000 | 10110011 | 1110 | 100101 | 0 | 11110 | 100010110 | 11111 | 111001 |
Color Harmonies of #9A70B3
Complementary color
Monochromatic Colors of #9A70B3
Black with #9A70B3
Text Example
Text Example
White with #9A70B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A70B3; }
p { color: rgb(154,112,179); }
H1.HeaderClassName
{
color: #9A70B3;
}
.AnyTagClassName
{
color: #9A70B3;
}
</style>
background-color css
<style>
a { background-color: #9A70B3; }
a { background-color: rgb(154,112,179); }
div.DivClassName
{
background-color: #9A70B3;
}
.BgClassName
{
background-color: #9A70B3;
}
</style>
border-color css
<style>
span { border-color: #9A70B3; }
span { border-color: rgb(154,112,179); }
td.TdClassName
{
border-color: #9A70B3;
}
.TagClassName
{
border-color: #9A70B3;
}
</style>