Shades of True V #8F80BD
Tints of True V #8F80BD
RGB
CMYK
RGB Variations
Color information
#8F80BD (or 0x8F80BD) is known color: True V. HEX triplet: 8F, 80 and BD. RGB value is (143,128,189). Sum of RGB (Red+Green+Blue) = 143+128+189=460 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.09% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 189 - color contains mainly: blue. Hex color #8F80BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F80BD is #707F42. Grayscale: #8B8B8B. Windows color (decimal): -7372611 or 12419215. OLE color: 12419215.
HSL color Cylindrical-coordinate representation of color #8F80BD: hue angle of 254.75º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8F80BD is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 128 | 189 | - |
| CMYK | 0.24 | 0.32 | 0 | 0.26 |
| HSL | 254.75º | 0.32% | 0.62% | - |
| HSV(B) | 254.75º | 0.32% | 0.74% | - |
| XYZ | 28.23 | 24.95 | 51.47 | - |
| YUV | 139.44 | 155.97 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 128 | 189 | 0.24 | 0.32 | 0 | 0.26 | 254.75 | 0.32 | 0.62 |
| Hex | 8F | 80 | BD | 18 | 20 | 0 | 1A | FF | 20 | 3E |
| Octal | 217 | 200 | 275 | 30 | 40 | 0 | 32 | 377 | 40 | 76 |
| Binary | 10001111 | 10000000 | 10111101 | 11000 | 100000 | 0 | 11010 | 11111111 | 100000 | 111110 |
Color Harmonies of #8F80BD
Complementary color
Monochromatic Colors of #8F80BD
Black with #8F80BD
Text Example
Text Example
White with #8F80BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F80BD; }
p { color: rgb(143,128,189); }
H1.HeaderClassName
{
color: #8F80BD;
}
.AnyTagClassName
{
color: #8F80BD;
}
</style>
background-color css
<style>
a { background-color: #8F80BD; }
a { background-color: rgb(143,128,189); }
div.DivClassName
{
background-color: #8F80BD;
}
.BgClassName
{
background-color: #8F80BD;
}
</style>
border-color css
<style>
span { border-color: #8F80BD; }
span { border-color: rgb(143,128,189); }
td.TdClassName
{
border-color: #8F80BD;
}
.TagClassName
{
border-color: #8F80BD;
}
</style>