Shades of Ce Soir #9A6AAA
Tints of Ce Soir #9A6AAA
RGB
CMYK
RGB Variations
Color information
#9A6AAA (or 0x9A6AAA) is known color: Ce Soir. HEX triplet: 9A, 6A and AA. RGB value is (154,106,170). Sum of RGB (Red+Green+Blue) = 154+106+170=430 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.81% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A6AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6AAA is #659555. Grayscale: #7F7F7F. Windows color (decimal): -6657366 or 11168410. OLE color: 11168410.
HSL color Cylindrical-coordinate representation of color #9A6AAA: hue angle of 285º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A6AAA is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 154 | 106 | 170 | - |
CMYK | 0.09 | 0.38 | 0 | 0.33 |
HSL | 285º | 0.27% | 0.54% | - |
HSV(B) | 285º | 0.38% | 0.67% | - |
XYZ | 25.74 | 20.08 | 40.55 | - |
YUV | 127.65 | 151.9 | 146.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 154 | 106 | 170 | 0.09 | 0.38 | 0 | 0.33 | 285 | 0.27 | 0.54 |
Hex | 9A | 6A | AA | 9 | 26 | 0 | 21 | 11D | 1B | 36 |
Octal | 232 | 152 | 252 | 11 | 46 | 0 | 41 | 435 | 33 | 66 |
Binary | 10011010 | 1101010 | 10101010 | 1001 | 100110 | 0 | 100001 | 100011101 | 11011 | 110110 |
Color Harmonies of #9A6AAA
Complementary color
Monochromatic Colors of #9A6AAA
Black with #9A6AAA
Text Example
Text Example
White with #9A6AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6AAA; }
p { color: rgb(154,106,170); }
H1.HeaderClassName
{
color: #9A6AAA;
}
.AnyTagClassName
{
color: #9A6AAA;
}
</style>
background-color css
<style>
a { background-color: #9A6AAA; }
a { background-color: rgb(154,106,170); }
div.DivClassName
{
background-color: #9A6AAA;
}
.BgClassName
{
background-color: #9A6AAA;
}
</style>
border-color css
<style>
span { border-color: #9A6AAA; }
span { border-color: rgb(154,106,170); }
td.TdClassName
{
border-color: #9A6AAA;
}
.TagClassName
{
border-color: #9A6AAA;
}
</style>