Shades of Cold Purple #8E80B6
Tints of Cold Purple #8E80B6
RGB
CMYK
RGB Variations
Color information
#8E80B6 (or 0x8E80B6) is known color: Cold Purple. HEX triplet: 8E, 80 and B6. RGB value is (142,128,182). Sum of RGB (Red+Green+Blue) = 142+128+182=452 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.42% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 182 (71.48% from 255 or 40.27% from 452); Max value from RGB is 182 - color contains mainly: blue. Hex color #8E80B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E80B6 is #717F49. Grayscale: #8A8A8A. Windows color (decimal): -7438154 or 11960462. OLE color: 11960462.
HSL color Cylindrical-coordinate representation of color #8E80B6: hue angle of 255.56º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E80B6 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 142 | 128 | 182 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.29 |
| HSL | 255.56º | 0.27% | 0.61% | - |
| HSV(B) | 255.56º | 0.3% | 0.71% | - |
| XYZ | 27.32 | 24.57 | 47.56 | - |
| YUV | 138.34 | 152.64 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 128 | 182 | 0.22 | 0.30 | 0 | 0.29 | 255.56 | 0.27 | 0.61 |
| Hex | 8E | 80 | B6 | 16 | 1E | 0 | 1D | 100 | 1B | 3D |
| Octal | 216 | 200 | 266 | 26 | 36 | 0 | 35 | 400 | 33 | 75 |
| Binary | 10001110 | 10000000 | 10110110 | 10110 | 11110 | 0 | 11101 | 100000000 | 11011 | 111101 |
Color Harmonies of #8E80B6
Complementary color
Monochromatic Colors of #8E80B6
Black with #8E80B6
Text Example
Text Example
White with #8E80B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E80B6; }
p { color: rgb(142,128,182); }
H1.HeaderClassName
{
color: #8E80B6;
}
.AnyTagClassName
{
color: #8E80B6;
}
</style>
background-color css
<style>
a { background-color: #8E80B6; }
a { background-color: rgb(142,128,182); }
div.DivClassName
{
background-color: #8E80B6;
}
.BgClassName
{
background-color: #8E80B6;
}
</style>
border-color css
<style>
span { border-color: #8E80B6; }
span { border-color: rgb(142,128,182); }
td.TdClassName
{
border-color: #8E80B6;
}
.TagClassName
{
border-color: #8E80B6;
}
</style>