Shades of Ce Soir #9A70AF
Tints of Ce Soir #9A70AF
RGB
CMYK
RGB Variations
Color information
#9A70AF (or 0x9A70AF) is known color: Ce Soir. HEX triplet: 9A, 70 and AF. RGB value is (154,112,175). Sum of RGB (Red+Green+Blue) = 154+112+175=441 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.92% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 175 - color contains mainly: blue. Hex color #9A70AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A70AF is #658F50. Grayscale: #838383. Windows color (decimal): -6655825 or 11497626. OLE color: 11497626.
HSL color Cylindrical-coordinate representation of color #9A70AF: hue angle of 280º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9A70AF is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 112 | 175 | - |
| CMYK | 0.12 | 0.36 | 0 | 0.31 |
| HSL | 280º | 0.28% | 0.56% | - |
| HSV(B) | 280º | 0.36% | 0.69% | - |
| XYZ | 26.86 | 21.55 | 43.3 | - |
| YUV | 131.74 | 152.41 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 112 | 175 | 0.12 | 0.36 | 0 | 0.31 | 280 | 0.28 | 0.56 |
| Hex | 9A | 70 | AF | C | 24 | 0 | 1F | 118 | 1C | 38 |
| Octal | 232 | 160 | 257 | 14 | 44 | 0 | 37 | 430 | 34 | 70 |
| Binary | 10011010 | 1110000 | 10101111 | 1100 | 100100 | 0 | 11111 | 100011000 | 11100 | 111000 |
Color Harmonies of #9A70AF
Complementary color
Monochromatic Colors of #9A70AF
Black with #9A70AF
Text Example
Text Example
White with #9A70AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A70AF; }
p { color: rgb(154,112,175); }
H1.HeaderClassName
{
color: #9A70AF;
}
.AnyTagClassName
{
color: #9A70AF;
}
</style>
background-color css
<style>
a { background-color: #9A70AF; }
a { background-color: rgb(154,112,175); }
div.DivClassName
{
background-color: #9A70AF;
}
.BgClassName
{
background-color: #9A70AF;
}
</style>
border-color css
<style>
span { border-color: #9A70AF; }
span { border-color: rgb(154,112,175); }
td.TdClassName
{
border-color: #9A70AF;
}
.TagClassName
{
border-color: #9A70AF;
}
</style>