Shades of Ce Soir #8B5FAA
Tints of Ce Soir #8B5FAA
RGB
CMYK
RGB Variations
Color information
#8B5FAA (or 0x8B5FAA) is known color: Ce Soir. HEX triplet: 8B, 5F and AA. RGB value is (139,95,170). Sum of RGB (Red+Green+Blue) = 139+95+170=404 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.41% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 170 - color contains mainly: blue. Hex color #8B5FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5FAA is #74A055. Grayscale: #747474. Windows color (decimal): -7643222 or 11165579. OLE color: 11165579.
HSL color Cylindrical-coordinate representation of color #8B5FAA: hue angle of 275.2º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8B5FAA is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 95 | 170 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.33 |
| HSL | 275.2º | 0.31% | 0.52% | - |
| HSV(B) | 275.2º | 0.44% | 0.67% | - |
| XYZ | 22 | 16.58 | 40.07 | - |
| YUV | 116.71 | 158.08 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 95 | 170 | 0.18 | 0.44 | 0 | 0.33 | 275.2 | 0.31 | 0.52 |
| Hex | 8B | 5F | AA | 12 | 2C | 0 | 21 | 113 | 1F | 34 |
| Octal | 213 | 137 | 252 | 22 | 54 | 0 | 41 | 423 | 37 | 64 |
| Binary | 10001011 | 1011111 | 10101010 | 10010 | 101100 | 0 | 100001 | 100010011 | 11111 | 110100 |
Color Harmonies of #8B5FAA
Complementary color
Monochromatic Colors of #8B5FAA
Black with #8B5FAA
Text Example
Text Example
White with #8B5FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5FAA; }
p { color: rgb(139,95,170); }
H1.HeaderClassName
{
color: #8B5FAA;
}
.AnyTagClassName
{
color: #8B5FAA;
}
</style>
background-color css
<style>
a { background-color: #8B5FAA; }
a { background-color: rgb(139,95,170); }
div.DivClassName
{
background-color: #8B5FAA;
}
.BgClassName
{
background-color: #8B5FAA;
}
</style>
border-color css
<style>
span { border-color: #8B5FAA; }
span { border-color: rgb(139,95,170); }
td.TdClassName
{
border-color: #8B5FAA;
}
.TagClassName
{
border-color: #8B5FAA;
}
</style>