Shades of Ce Soir #9A65AD
Tints of Ce Soir #9A65AD
RGB
CMYK
RGB Variations
Color information
#9A65AD (or 0x9A65AD) is known color: Ce Soir. HEX triplet: 9A, 65 and AD. RGB value is (154,101,173). Sum of RGB (Red+Green+Blue) = 154+101+173=428 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.98% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 173 - color contains mainly: blue. Hex color #9A65AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A65AD is #659A52. Grayscale: #7C7C7C. Windows color (decimal): -6658643 or 11363738. OLE color: 11363738.
HSL color Cylindrical-coordinate representation of color #9A65AD: hue angle of 284.17º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9A65AD is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 154 | 101 | 173 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.32 |
| HSL | 284.17º | 0.31% | 0.54% | - |
| HSV(B) | 284.17º | 0.42% | 0.68% | - |
| XYZ | 25.52 | 19.19 | 41.89 | - |
| YUV | 125.06 | 155.06 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 101 | 173 | 0.11 | 0.42 | 0 | 0.32 | 284.17 | 0.31 | 0.54 |
| Hex | 9A | 65 | AD | B | 2A | 0 | 20 | 11C | 1F | 36 |
| Octal | 232 | 145 | 255 | 13 | 52 | 0 | 40 | 434 | 37 | 66 |
| Binary | 10011010 | 1100101 | 10101101 | 1011 | 101010 | 0 | 100000 | 100011100 | 11111 | 110110 |
Color Harmonies of #9A65AD
Complementary color
Monochromatic Colors of #9A65AD
Black with #9A65AD
Text Example
Text Example
White with #9A65AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A65AD; }
p { color: rgb(154,101,173); }
H1.HeaderClassName
{
color: #9A65AD;
}
.AnyTagClassName
{
color: #9A65AD;
}
</style>
background-color css
<style>
a { background-color: #9A65AD; }
a { background-color: rgb(154,101,173); }
div.DivClassName
{
background-color: #9A65AD;
}
.BgClassName
{
background-color: #9A65AD;
}
</style>
border-color css
<style>
span { border-color: #9A65AD; }
span { border-color: rgb(154,101,173); }
td.TdClassName
{
border-color: #9A65AD;
}
.TagClassName
{
border-color: #9A65AD;
}
</style>