Shades of True V #8E69CC
Tints of True V #8E69CC
RGB
CMYK
RGB Variations
Color information
#8E69CC (or 0x8E69CC) is known color: True V. HEX triplet: 8E, 69 and CC. RGB value is (142,105,204). Sum of RGB (Red+Green+Blue) = 142+105+204=451 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.49% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #8E69CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E69CC is #719633. Grayscale: #7E7E7E. Windows color (decimal): -7444020 or 13396366. OLE color: 13396366.
HSL color Cylindrical-coordinate representation of color #8E69CC: hue angle of 262.42º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8E69CC is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 142 | 105 | 204 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.2 |
| HSL | 262.42º | 0.49% | 0.61% | - |
| HSV(B) | 262.42º | 0.49% | 0.8% | - |
| XYZ | 27.11 | 20.21 | 59.6 | - |
| YUV | 127.35 | 171.26 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 105 | 204 | 0.30 | 0.49 | 0 | 0.2 | 262.42 | 0.49 | 0.61 |
| Hex | 8E | 69 | CC | 1E | 31 | 0 | 14 | 106 | 31 | 3D |
| Octal | 216 | 151 | 314 | 36 | 61 | 0 | 24 | 406 | 61 | 75 |
| Binary | 10001110 | 1101001 | 11001100 | 11110 | 110001 | 0 | 10100 | 100000110 | 110001 | 111101 |
Color Harmonies of #8E69CC
Complementary color
Monochromatic Colors of #8E69CC
Black with #8E69CC
Text Example
Text Example
White with #8E69CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E69CC; }
p { color: rgb(142,105,204); }
H1.HeaderClassName
{
color: #8E69CC;
}
.AnyTagClassName
{
color: #8E69CC;
}
</style>
background-color css
<style>
a { background-color: #8E69CC; }
a { background-color: rgb(142,105,204); }
div.DivClassName
{
background-color: #8E69CC;
}
.BgClassName
{
background-color: #8E69CC;
}
</style>
border-color css
<style>
span { border-color: #8E69CC; }
span { border-color: rgb(142,105,204); }
td.TdClassName
{
border-color: #8E69CC;
}
.TagClassName
{
border-color: #8E69CC;
}
</style>