Shades of True V #8E6CCC
Tints of True V #8E6CCC
RGB
CMYK
RGB Variations
Color information
#8E6CCC (or 0x8E6CCC) is known color: True V. HEX triplet: 8E, 6C and CC. RGB value is (142,108,204). Sum of RGB (Red+Green+Blue) = 142+108+204=454 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.28% from 454); Green value is 108 (42.58% from 255 or 23.79% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #8E6CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6CCC is #719333. Grayscale: #808080. Windows color (decimal): -7443252 or 13397134. OLE color: 13397134.
HSL color Cylindrical-coordinate representation of color #8E6CCC: hue angle of 261.25º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8E6CCC is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 142 | 108 | 204 | - |
| CMYK | 0.30 | 0.47 | 0 | 0.2 |
| HSL | 261.25º | 0.48% | 0.61% | - |
| HSV(B) | 261.25º | 0.47% | 0.8% | - |
| XYZ | 27.42 | 20.84 | 59.7 | - |
| YUV | 129.11 | 170.26 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 108 | 204 | 0.30 | 0.47 | 0 | 0.2 | 261.25 | 0.48 | 0.61 |
| Hex | 8E | 6C | CC | 1E | 2F | 0 | 14 | 105 | 30 | 3D |
| Octal | 216 | 154 | 314 | 36 | 57 | 0 | 24 | 405 | 60 | 75 |
| Binary | 10001110 | 1101100 | 11001100 | 11110 | 101111 | 0 | 10100 | 100000101 | 110000 | 111101 |
Color Harmonies of #8E6CCC
Complementary color
Monochromatic Colors of #8E6CCC
Black with #8E6CCC
Text Example
Text Example
White with #8E6CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6CCC; }
p { color: rgb(142,108,204); }
H1.HeaderClassName
{
color: #8E6CCC;
}
.AnyTagClassName
{
color: #8E6CCC;
}
</style>
background-color css
<style>
a { background-color: #8E6CCC; }
a { background-color: rgb(142,108,204); }
div.DivClassName
{
background-color: #8E6CCC;
}
.BgClassName
{
background-color: #8E6CCC;
}
</style>
border-color css
<style>
span { border-color: #8E6CCC; }
span { border-color: rgb(142,108,204); }
td.TdClassName
{
border-color: #8E6CCC;
}
.TagClassName
{
border-color: #8E6CCC;
}
</style>