Shades of Ce Soir #9468AF
Tints of Ce Soir #9468AF
RGB
CMYK
RGB Variations
Color information
#9468AF (or 0x9468AF) is known color: Ce Soir. HEX triplet: 94, 68 and AF. RGB value is (148,104,175). Sum of RGB (Red+Green+Blue) = 148+104+175=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 104 (41.02% from 255 or 24.36% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 175 - color contains mainly: blue. Hex color #9468AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9468AF is #6B9750. Grayscale: #7D7D7D. Windows color (decimal): -7051089 or 11495572. OLE color: 11495572.
HSL color Cylindrical-coordinate representation of color #9468AF: hue angle of 277.18º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9468AF is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 148 | 104 | 175 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.31 |
| HSL | 277.18º | 0.31% | 0.55% | - |
| HSV(B) | 277.18º | 0.41% | 0.69% | - |
| XYZ | 24.9 | 19.29 | 42.97 | - |
| YUV | 125.25 | 156.08 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 104 | 175 | 0.15 | 0.41 | 0 | 0.31 | 277.18 | 0.31 | 0.55 |
| Hex | 94 | 68 | AF | F | 29 | 0 | 1F | 115 | 1F | 37 |
| Octal | 224 | 150 | 257 | 17 | 51 | 0 | 37 | 425 | 37 | 67 |
| Binary | 10010100 | 1101000 | 10101111 | 1111 | 101001 | 0 | 11111 | 100010101 | 11111 | 110111 |
Color Harmonies of #9468AF
Complementary color
Monochromatic Colors of #9468AF
Black with #9468AF
Text Example
Text Example
White with #9468AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9468AF; }
p { color: rgb(148,104,175); }
H1.HeaderClassName
{
color: #9468AF;
}
.AnyTagClassName
{
color: #9468AF;
}
</style>
background-color css
<style>
a { background-color: #9468AF; }
a { background-color: rgb(148,104,175); }
div.DivClassName
{
background-color: #9468AF;
}
.BgClassName
{
background-color: #9468AF;
}
</style>
border-color css
<style>
span { border-color: #9468AF; }
span { border-color: rgb(148,104,175); }
td.TdClassName
{
border-color: #9468AF;
}
.TagClassName
{
border-color: #9468AF;
}
</style>