Shades of Ce Soir #8A6BAF
Tints of Ce Soir #8A6BAF
RGB
CMYK
RGB Variations
Color information
#8A6BAF (or 0x8A6BAF) is known color: Ce Soir. HEX triplet: 8A, 6B and AF. RGB value is (138,107,175). Sum of RGB (Red+Green+Blue) = 138+107+175=420 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.86% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 175 - color contains mainly: blue. Hex color #8A6BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6BAF is #759450. Grayscale: #7B7B7B. Windows color (decimal): -7705681 or 11496330. OLE color: 11496330.
HSL color Cylindrical-coordinate representation of color #8A6BAF: hue angle of 267.35º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8A6BAF is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 107 | 175 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.31 |
| HSL | 267.35º | 0.3% | 0.55% | - |
| HSV(B) | 267.35º | 0.39% | 0.69% | - |
| XYZ | 23.48 | 19.01 | 42.99 | - |
| YUV | 124.02 | 156.77 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 107 | 175 | 0.21 | 0.39 | 0 | 0.31 | 267.35 | 0.3 | 0.55 |
| Hex | 8A | 6B | AF | 15 | 27 | 0 | 1F | 10B | 1E | 37 |
| Octal | 212 | 153 | 257 | 25 | 47 | 0 | 37 | 413 | 36 | 67 |
| Binary | 10001010 | 1101011 | 10101111 | 10101 | 100111 | 0 | 11111 | 100001011 | 11110 | 110111 |
Color Harmonies of #8A6BAF
Complementary color
Monochromatic Colors of #8A6BAF
Black with #8A6BAF
Text Example
Text Example
White with #8A6BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6BAF; }
p { color: rgb(138,107,175); }
H1.HeaderClassName
{
color: #8A6BAF;
}
.AnyTagClassName
{
color: #8A6BAF;
}
</style>
background-color css
<style>
a { background-color: #8A6BAF; }
a { background-color: rgb(138,107,175); }
div.DivClassName
{
background-color: #8A6BAF;
}
.BgClassName
{
background-color: #8A6BAF;
}
</style>
border-color css
<style>
span { border-color: #8A6BAF; }
span { border-color: rgb(138,107,175); }
td.TdClassName
{
border-color: #8A6BAF;
}
.TagClassName
{
border-color: #8A6BAF;
}
</style>