Shades of Ce Soir #8A6B9F
Tints of Ce Soir #8A6B9F
RGB
CMYK
RGB Variations
Color information
#8A6B9F (or 0x8A6B9F) is known color: Ce Soir. HEX triplet: 8A, 6B and 9F. RGB value is (138,107,159). Sum of RGB (Red+Green+Blue) = 138+107+159=404 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.16% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 159 (62.5% from 255 or 39.36% from 404); Max value from RGB is 159 - color contains mainly: blue. Hex color #8A6B9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6B9F is #759460. Grayscale: #7A7A7A. Windows color (decimal): -7705697 or 10447754. OLE color: 10447754.
HSL color Cylindrical-coordinate representation of color #8A6B9F: hue angle of 275.77º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A6B9F is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 107 | 159 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.38 |
| HSL | 275.77º | 0.21% | 0.52% | - |
| HSV(B) | 275.77º | 0.33% | 0.62% | - |
| XYZ | 22 | 18.42 | 35.2 | - |
| YUV | 122.2 | 148.77 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 107 | 159 | 0.13 | 0.33 | 0 | 0.38 | 275.77 | 0.21 | 0.52 |
| Hex | 8A | 6B | 9F | D | 21 | 0 | 26 | 114 | 15 | 34 |
| Octal | 212 | 153 | 237 | 15 | 41 | 0 | 46 | 424 | 25 | 64 |
| Binary | 10001010 | 1101011 | 10011111 | 1101 | 100001 | 0 | 100110 | 100010100 | 10101 | 110100 |
Color Harmonies of #8A6B9F
Complementary color
Monochromatic Colors of #8A6B9F
Black with #8A6B9F
Text Example
Text Example
White with #8A6B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6B9F; }
p { color: rgb(138,107,159); }
H1.HeaderClassName
{
color: #8A6B9F;
}
.AnyTagClassName
{
color: #8A6B9F;
}
</style>
background-color css
<style>
a { background-color: #8A6B9F; }
a { background-color: rgb(138,107,159); }
div.DivClassName
{
background-color: #8A6B9F;
}
.BgClassName
{
background-color: #8A6B9F;
}
</style>
border-color css
<style>
span { border-color: #8A6B9F; }
span { border-color: rgb(138,107,159); }
td.TdClassName
{
border-color: #8A6B9F;
}
.TagClassName
{
border-color: #8A6B9F;
}
</style>