Shades of True V #8F77CD
Tints of True V #8F77CD
RGB
CMYK
RGB Variations
Color information
#8F77CD (or 0x8F77CD) is known color: True V. HEX triplet: 8F, 77 and CD. RGB value is (143,119,205). Sum of RGB (Red+Green+Blue) = 143+119+205=467 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.62% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F77CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F77CD is #708832. Grayscale: #878787. Windows color (decimal): -7374899 or 13465487. OLE color: 13465487.
HSL color Cylindrical-coordinate representation of color #8F77CD: hue angle of 256.74º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8F77CD is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 119 | 205 | - |
| CMYK | 0.30 | 0.42 | 0 | 0.20 |
| HSL | 256.74º | 0.46% | 0.64% | - |
| HSV(B) | 256.74º | 0.42% | 0.8% | - |
| XYZ | 28.94 | 23.44 | 60.76 | - |
| YUV | 135.98 | 166.95 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 119 | 205 | 0.30 | 0.42 | 0 | 0.20 | 256.74 | 0.46 | 0.64 |
| Hex | 8F | 77 | CD | 1E | 2A | 0 | 14 | 101 | 2E | 40 |
| Octal | 217 | 167 | 315 | 36 | 52 | 0 | 24 | 401 | 56 | 100 |
| Binary | 10001111 | 1110111 | 11001101 | 11110 | 101010 | 0 | 10100 | 100000001 | 101110 | 1000000 |
Color Harmonies of #8F77CD
Complementary color
Monochromatic Colors of #8F77CD
Black with #8F77CD
Text Example
Text Example
White with #8F77CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F77CD; }
p { color: rgb(143,119,205); }
H1.HeaderClassName
{
color: #8F77CD;
}
.AnyTagClassName
{
color: #8F77CD;
}
</style>
background-color css
<style>
a { background-color: #8F77CD; }
a { background-color: rgb(143,119,205); }
div.DivClassName
{
background-color: #8F77CD;
}
.BgClassName
{
background-color: #8F77CD;
}
</style>
border-color css
<style>
span { border-color: #8F77CD; }
span { border-color: rgb(143,119,205); }
td.TdClassName
{
border-color: #8F77CD;
}
.TagClassName
{
border-color: #8F77CD;
}
</style>