Shades of True V #8E6CCA
Tints of True V #8E6CCA
RGB
CMYK
RGB Variations
Color information
#8E6CCA (or 0x8E6CCA) is known color: True V. HEX triplet: 8E, 6C and CA. RGB value is (142,108,202). Sum of RGB (Red+Green+Blue) = 142+108+202=452 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.42% from 452); Green value is 108 (42.58% from 255 or 23.89% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E6CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6CCA is #719335. Grayscale: #808080. Windows color (decimal): -7443254 or 13266062. OLE color: 13266062.
HSL color Cylindrical-coordinate representation of color #8E6CCA: hue angle of 261.7º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8E6CCA is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 142 | 108 | 202 | - |
| CMYK | 0.30 | 0.47 | 0 | 0.21 |
| HSL | 261.7º | 0.47% | 0.61% | - |
| HSV(B) | 261.7º | 0.47% | 0.79% | - |
| XYZ | 27.18 | 20.74 | 58.45 | - |
| YUV | 128.88 | 169.26 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 108 | 202 | 0.30 | 0.47 | 0 | 0.21 | 261.7 | 0.47 | 0.61 |
| Hex | 8E | 6C | CA | 1E | 2F | 0 | 15 | 106 | 2F | 3D |
| Octal | 216 | 154 | 312 | 36 | 57 | 0 | 25 | 406 | 57 | 75 |
| Binary | 10001110 | 1101100 | 11001010 | 11110 | 101111 | 0 | 10101 | 100000110 | 101111 | 111101 |
Color Harmonies of #8E6CCA
Complementary color
Monochromatic Colors of #8E6CCA
Black with #8E6CCA
Text Example
Text Example
White with #8E6CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6CCA; }
p { color: rgb(142,108,202); }
H1.HeaderClassName
{
color: #8E6CCA;
}
.AnyTagClassName
{
color: #8E6CCA;
}
</style>
background-color css
<style>
a { background-color: #8E6CCA; }
a { background-color: rgb(142,108,202); }
div.DivClassName
{
background-color: #8E6CCA;
}
.BgClassName
{
background-color: #8E6CCA;
}
</style>
border-color css
<style>
span { border-color: #8E6CCA; }
span { border-color: rgb(142,108,202); }
td.TdClassName
{
border-color: #8E6CCA;
}
.TagClassName
{
border-color: #8E6CCA;
}
</style>