Shades of True V #8F7CCE
Tints of True V #8F7CCE
RGB
CMYK
RGB Variations
Color information
#8F7CCE (or 0x8F7CCE) is known color: True V. HEX triplet: 8F, 7C and CE. RGB value is (143,124,206). Sum of RGB (Red+Green+Blue) = 143+124+206=473 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.23% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F7CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7CCE is #708331. Grayscale: #8A8A8A. Windows color (decimal): -7373618 or 13532303. OLE color: 13532303.
HSL color Cylindrical-coordinate representation of color #8F7CCE: hue angle of 253.9º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8F7CCE is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 124 | 206 | - |
| CMYK | 0.31 | 0.40 | 0 | 0.19 |
| HSL | 253.9º | 0.46% | 0.65% | - |
| HSV(B) | 253.9º | 0.4% | 0.81% | - |
| XYZ | 29.68 | 24.71 | 61.6 | - |
| YUV | 139.03 | 165.79 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 124 | 206 | 0.31 | 0.40 | 0 | 0.19 | 253.9 | 0.46 | 0.65 |
| Hex | 8F | 7C | CE | 1F | 28 | 0 | 13 | FE | 2E | 41 |
| Octal | 217 | 174 | 316 | 37 | 50 | 0 | 23 | 376 | 56 | 101 |
| Binary | 10001111 | 1111100 | 11001110 | 11111 | 101000 | 0 | 10011 | 11111110 | 101110 | 1000001 |
Color Harmonies of #8F7CCE
Complementary color
Monochromatic Colors of #8F7CCE
Black with #8F7CCE
Text Example
Text Example
White with #8F7CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7CCE; }
p { color: rgb(143,124,206); }
H1.HeaderClassName
{
color: #8F7CCE;
}
.AnyTagClassName
{
color: #8F7CCE;
}
</style>
background-color css
<style>
a { background-color: #8F7CCE; }
a { background-color: rgb(143,124,206); }
div.DivClassName
{
background-color: #8F7CCE;
}
.BgClassName
{
background-color: #8F7CCE;
}
</style>
border-color css
<style>
span { border-color: #8F7CCE; }
span { border-color: rgb(143,124,206); }
td.TdClassName
{
border-color: #8F7CCE;
}
.TagClassName
{
border-color: #8F7CCE;
}
</style>