Shades of Ce Soir #9764AF
Tints of Ce Soir #9764AF
RGB
CMYK
RGB Variations
Color information
#9764AF (or 0x9764AF) is known color: Ce Soir. HEX triplet: 97, 64 and AF. RGB value is (151,100,175). Sum of RGB (Red+Green+Blue) = 151+100+175=426 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.45% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 175 - color contains mainly: blue. Hex color #9764AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9764AF is #689B50. Grayscale: #7B7B7B. Windows color (decimal): -6855505 or 11494551. OLE color: 11494551.
HSL color Cylindrical-coordinate representation of color #9764AF: hue angle of 280.8º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9764AF is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 151 | 100 | 175 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.31 |
| HSL | 280.8º | 0.32% | 0.54% | - |
| HSV(B) | 280.8º | 0.43% | 0.69% | - |
| XYZ | 25.06 | 18.79 | 42.86 | - |
| YUV | 123.8 | 156.9 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 100 | 175 | 0.14 | 0.43 | 0 | 0.31 | 280.8 | 0.32 | 0.54 |
| Hex | 97 | 64 | AF | E | 2B | 0 | 1F | 119 | 20 | 36 |
| Octal | 227 | 144 | 257 | 16 | 53 | 0 | 37 | 431 | 40 | 66 |
| Binary | 10010111 | 1100100 | 10101111 | 1110 | 101011 | 0 | 11111 | 100011001 | 100000 | 110110 |
Color Harmonies of #9764AF
Complementary color
Monochromatic Colors of #9764AF
Black with #9764AF
Text Example
Text Example
White with #9764AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9764AF; }
p { color: rgb(151,100,175); }
H1.HeaderClassName
{
color: #9764AF;
}
.AnyTagClassName
{
color: #9764AF;
}
</style>
background-color css
<style>
a { background-color: #9764AF; }
a { background-color: rgb(151,100,175); }
div.DivClassName
{
background-color: #9764AF;
}
.BgClassName
{
background-color: #9764AF;
}
</style>
border-color css
<style>
span { border-color: #9764AF; }
span { border-color: rgb(151,100,175); }
td.TdClassName
{
border-color: #9764AF;
}
.TagClassName
{
border-color: #9764AF;
}
</style>