Shades of Ce Soir #9465AF
Tints of Ce Soir #9465AF
RGB
CMYK
RGB Variations
Color information
#9465AF (or 0x9465AF) is known color: Ce Soir. HEX triplet: 94, 65 and AF. RGB value is (148,101,175). Sum of RGB (Red+Green+Blue) = 148+101+175=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 175 - color contains mainly: blue. Hex color #9465AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9465AF is #6B9A50. Grayscale: #7B7B7B. Windows color (decimal): -7051857 or 11494804. OLE color: 11494804.
HSL color Cylindrical-coordinate representation of color #9465AF: hue angle of 278.11º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9465AF is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 148 | 101 | 175 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.31 |
| HSL | 278.11º | 0.32% | 0.54% | - |
| HSV(B) | 278.11º | 0.42% | 0.69% | - |
| XYZ | 24.6 | 18.7 | 42.87 | - |
| YUV | 123.49 | 157.07 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 101 | 175 | 0.15 | 0.42 | 0 | 0.31 | 278.11 | 0.32 | 0.54 |
| Hex | 94 | 65 | AF | F | 2A | 0 | 1F | 116 | 20 | 36 |
| Octal | 224 | 145 | 257 | 17 | 52 | 0 | 37 | 426 | 40 | 66 |
| Binary | 10010100 | 1100101 | 10101111 | 1111 | 101010 | 0 | 11111 | 100010110 | 100000 | 110110 |
Color Harmonies of #9465AF
Complementary color
Monochromatic Colors of #9465AF
Black with #9465AF
Text Example
Text Example
White with #9465AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9465AF; }
p { color: rgb(148,101,175); }
H1.HeaderClassName
{
color: #9465AF;
}
.AnyTagClassName
{
color: #9465AF;
}
</style>
background-color css
<style>
a { background-color: #9465AF; }
a { background-color: rgb(148,101,175); }
div.DivClassName
{
background-color: #9465AF;
}
.BgClassName
{
background-color: #9465AF;
}
</style>
border-color css
<style>
span { border-color: #9465AF; }
span { border-color: rgb(148,101,175); }
td.TdClassName
{
border-color: #9465AF;
}
.TagClassName
{
border-color: #9465AF;
}
</style>