Shades of True V #8F80C1
Tints of True V #8F80C1
RGB
CMYK
RGB Variations
Color information
#8F80C1 (or 0x8F80C1) is known color: True V. HEX triplet: 8F, 80 and C1. RGB value is (143,128,193). Sum of RGB (Red+Green+Blue) = 143+128+193=464 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.82% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 193 - color contains mainly: blue. Hex color #8F80C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F80C1 is #707F3E. Grayscale: #8B8B8B. Windows color (decimal): -7372607 or 12681359. OLE color: 12681359.
HSL color Cylindrical-coordinate representation of color #8F80C1: hue angle of 253.85º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8F80C1 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 128 | 193 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.24 |
| HSL | 253.85º | 0.34% | 0.63% | - |
| HSV(B) | 253.85º | 0.34% | 0.76% | - |
| XYZ | 28.67 | 25.13 | 53.79 | - |
| YUV | 139.9 | 157.97 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 128 | 193 | 0.26 | 0.34 | 0 | 0.24 | 253.85 | 0.34 | 0.63 |
| Hex | 8F | 80 | C1 | 1A | 22 | 0 | 18 | FE | 22 | 3F |
| Octal | 217 | 200 | 301 | 32 | 42 | 0 | 30 | 376 | 42 | 77 |
| Binary | 10001111 | 10000000 | 11000001 | 11010 | 100010 | 0 | 11000 | 11111110 | 100010 | 111111 |
Color Harmonies of #8F80C1
Complementary color
Monochromatic Colors of #8F80C1
Black with #8F80C1
Text Example
Text Example
White with #8F80C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F80C1; }
p { color: rgb(143,128,193); }
H1.HeaderClassName
{
color: #8F80C1;
}
.AnyTagClassName
{
color: #8F80C1;
}
</style>
background-color css
<style>
a { background-color: #8F80C1; }
a { background-color: rgb(143,128,193); }
div.DivClassName
{
background-color: #8F80C1;
}
.BgClassName
{
background-color: #8F80C1;
}
</style>
border-color css
<style>
span { border-color: #8F80C1; }
span { border-color: rgb(143,128,193); }
td.TdClassName
{
border-color: #8F80C1;
}
.TagClassName
{
border-color: #8F80C1;
}
</style>