Shades of True V #8F7DCE
Tints of True V #8F7DCE
RGB
CMYK
RGB Variations
Color information
#8F7DCE (or 0x8F7DCE) is known color: True V. HEX triplet: 8F, 7D and CE. RGB value is (143,125,206). Sum of RGB (Red+Green+Blue) = 143+125+206=474 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.17% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F7DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7DCE is #708231. Grayscale: #8B8B8B. Windows color (decimal): -7373362 or 13532559. OLE color: 13532559.
HSL color Cylindrical-coordinate representation of color #8F7DCE: hue angle of 253.33º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F7DCE is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 125 | 206 | - |
| CMYK | 0.31 | 0.39 | 0 | 0.19 |
| HSL | 253.33º | 0.45% | 0.65% | - |
| HSV(B) | 253.33º | 0.39% | 0.81% | - |
| XYZ | 29.8 | 24.96 | 61.64 | - |
| YUV | 139.62 | 165.46 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 125 | 206 | 0.31 | 0.39 | 0 | 0.19 | 253.33 | 0.45 | 0.65 |
| Hex | 8F | 7D | CE | 1F | 27 | 0 | 13 | FD | 2D | 41 |
| Octal | 217 | 175 | 316 | 37 | 47 | 0 | 23 | 375 | 55 | 101 |
| Binary | 10001111 | 1111101 | 11001110 | 11111 | 100111 | 0 | 10011 | 11111101 | 101101 | 1000001 |
Color Harmonies of #8F7DCE
Complementary color
Monochromatic Colors of #8F7DCE
Black with #8F7DCE
Text Example
Text Example
White with #8F7DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7DCE; }
p { color: rgb(143,125,206); }
H1.HeaderClassName
{
color: #8F7DCE;
}
.AnyTagClassName
{
color: #8F7DCE;
}
</style>
background-color css
<style>
a { background-color: #8F7DCE; }
a { background-color: rgb(143,125,206); }
div.DivClassName
{
background-color: #8F7DCE;
}
.BgClassName
{
background-color: #8F7DCE;
}
</style>
border-color css
<style>
span { border-color: #8F7DCE; }
span { border-color: rgb(143,125,206); }
td.TdClassName
{
border-color: #8F7DCE;
}
.TagClassName
{
border-color: #8F7DCE;
}
</style>