Shades of Ce Soir #8B70AA
Tints of Ce Soir #8B70AA
RGB
CMYK
RGB Variations
Color information
#8B70AA (or 0x8B70AA) is known color: Ce Soir. HEX triplet: 8B, 70 and AA. RGB value is (139,112,170). Sum of RGB (Red+Green+Blue) = 139+112+170=421 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.02% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 170 - color contains mainly: blue. Hex color #8B70AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B70AA is #748F55. Grayscale: #7E7E7E. Windows color (decimal): -7638870 or 11169931. OLE color: 11169931.
HSL color Cylindrical-coordinate representation of color #8B70AA: hue angle of 267.93º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8B70AA is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 112 | 170 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.33 |
| HSL | 267.93º | 0.25% | 0.55% | - |
| HSV(B) | 267.93º | 0.34% | 0.67% | - |
| XYZ | 23.7 | 19.98 | 40.64 | - |
| YUV | 126.69 | 152.45 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 112 | 170 | 0.18 | 0.34 | 0 | 0.33 | 267.93 | 0.25 | 0.55 |
| Hex | 8B | 70 | AA | 12 | 22 | 0 | 21 | 10C | 19 | 37 |
| Octal | 213 | 160 | 252 | 22 | 42 | 0 | 41 | 414 | 31 | 67 |
| Binary | 10001011 | 1110000 | 10101010 | 10010 | 100010 | 0 | 100001 | 100001100 | 11001 | 110111 |
Color Harmonies of #8B70AA
Complementary color
Monochromatic Colors of #8B70AA
Black with #8B70AA
Text Example
Text Example
White with #8B70AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B70AA; }
p { color: rgb(139,112,170); }
H1.HeaderClassName
{
color: #8B70AA;
}
.AnyTagClassName
{
color: #8B70AA;
}
</style>
background-color css
<style>
a { background-color: #8B70AA; }
a { background-color: rgb(139,112,170); }
div.DivClassName
{
background-color: #8B70AA;
}
.BgClassName
{
background-color: #8B70AA;
}
</style>
border-color css
<style>
span { border-color: #8B70AA; }
span { border-color: rgb(139,112,170); }
td.TdClassName
{
border-color: #8B70AA;
}
.TagClassName
{
border-color: #8B70AA;
}
</style>