Shades of Ce Soir #8362A1
Tints of Ce Soir #8362A1
RGB
CMYK
RGB Variations
Color information
#8362A1 (or 0x8362A1) is known color: Ce Soir. HEX triplet: 83, 62 and A1. RGB value is (131,98,161). Sum of RGB (Red+Green+Blue) = 131+98+161=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 161 (63.28% from 255 or 41.28% from 390); Max value from RGB is 161 - color contains mainly: blue. Hex color #8362A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8362A1 is #7C9D5E. Grayscale: #727272. Windows color (decimal): -8166751 or 10576515. OLE color: 10576515.
HSL color Cylindrical-coordinate representation of color #8362A1: hue angle of 271.43º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8362A1 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 131 | 98 | 161 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.37 |
| HSL | 271.43º | 0.25% | 0.51% | - |
| HSV(B) | 271.43º | 0.39% | 0.63% | - |
| XYZ | 20.16 | 16.13 | 35.77 | - |
| YUV | 115.05 | 153.93 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 98 | 161 | 0.19 | 0.39 | 0 | 0.37 | 271.43 | 0.25 | 0.51 |
| Hex | 83 | 62 | A1 | 13 | 27 | 0 | 25 | 10F | 19 | 33 |
| Octal | 203 | 142 | 241 | 23 | 47 | 0 | 45 | 417 | 31 | 63 |
| Binary | 10000011 | 1100010 | 10100001 | 10011 | 100111 | 0 | 100101 | 100001111 | 11001 | 110011 |
Color Harmonies of #8362A1
Complementary color
Monochromatic Colors of #8362A1
Black with #8362A1
Text Example
Text Example
White with #8362A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8362A1; }
p { color: rgb(131,98,161); }
H1.HeaderClassName
{
color: #8362A1;
}
.AnyTagClassName
{
color: #8362A1;
}
</style>
background-color css
<style>
a { background-color: #8362A1; }
a { background-color: rgb(131,98,161); }
div.DivClassName
{
background-color: #8362A1;
}
.BgClassName
{
background-color: #8362A1;
}
</style>
border-color css
<style>
span { border-color: #8362A1; }
span { border-color: rgb(131,98,161); }
td.TdClassName
{
border-color: #8362A1;
}
.TagClassName
{
border-color: #8362A1;
}
</style>