Shades of Ce Soir #9A69B6
Tints of Ce Soir #9A69B6
RGB
CMYK
RGB Variations
Color information
#9A69B6 (or 0x9A69B6) is known color: Ce Soir. HEX triplet: 9A, 69 and B6. RGB value is (154,105,182). Sum of RGB (Red+Green+Blue) = 154+105+182=441 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.92% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 182 (71.48% from 255 or 41.27% from 441); Max value from RGB is 182 - color contains mainly: blue. Hex color #9A69B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A69B6 is #659649. Grayscale: #808080. Windows color (decimal): -6657610 or 11954586. OLE color: 11954586.
HSL color Cylindrical-coordinate representation of color #9A69B6: hue angle of 278.18º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9A69B6 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 105 | 182 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.29 |
| HSL | 278.18º | 0.35% | 0.56% | - |
| HSV(B) | 278.18º | 0.42% | 0.71% | - |
| XYZ | 26.82 | 20.35 | 46.77 | - |
| YUV | 128.43 | 158.23 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 105 | 182 | 0.15 | 0.42 | 0 | 0.29 | 278.18 | 0.35 | 0.56 |
| Hex | 9A | 69 | B6 | F | 2A | 0 | 1D | 116 | 23 | 38 |
| Octal | 232 | 151 | 266 | 17 | 52 | 0 | 35 | 426 | 43 | 70 |
| Binary | 10011010 | 1101001 | 10110110 | 1111 | 101010 | 0 | 11101 | 100010110 | 100011 | 111000 |
Color Harmonies of #9A69B6
Complementary color
Monochromatic Colors of #9A69B6
Black with #9A69B6
Text Example
Text Example
White with #9A69B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A69B6; }
p { color: rgb(154,105,182); }
H1.HeaderClassName
{
color: #9A69B6;
}
.AnyTagClassName
{
color: #9A69B6;
}
</style>
background-color css
<style>
a { background-color: #9A69B6; }
a { background-color: rgb(154,105,182); }
div.DivClassName
{
background-color: #9A69B6;
}
.BgClassName
{
background-color: #9A69B6;
}
</style>
border-color css
<style>
span { border-color: #9A69B6; }
span { border-color: rgb(154,105,182); }
td.TdClassName
{
border-color: #9A69B6;
}
.TagClassName
{
border-color: #9A69B6;
}
</style>