Shades of True V #8F74BF
Tints of True V #8F74BF
RGB
CMYK
RGB Variations
Color information
#8F74BF (or 0x8F74BF) is known color: True V. HEX triplet: 8F, 74 and BF. RGB value is (143,116,191). Sum of RGB (Red+Green+Blue) = 143+116+191=450 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.78% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 191 - color contains mainly: blue. Hex color #8F74BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F74BF is #708B40. Grayscale: #848484. Windows color (decimal): -7375681 or 12547215. OLE color: 12547215.
HSL color Cylindrical-coordinate representation of color #8F74BF: hue angle of 261.6º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F74BF is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 116 | 191 | - |
| CMYK | 0.25 | 0.39 | 0 | 0.25 |
| HSL | 261.6º | 0.37% | 0.6% | - |
| HSV(B) | 261.6º | 0.39% | 0.75% | - |
| XYZ | 26.98 | 22.09 | 52.13 | - |
| YUV | 132.62 | 160.95 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 116 | 191 | 0.25 | 0.39 | 0 | 0.25 | 261.6 | 0.37 | 0.6 |
| Hex | 8F | 74 | BF | 19 | 27 | 0 | 19 | 106 | 25 | 3C |
| Octal | 217 | 164 | 277 | 31 | 47 | 0 | 31 | 406 | 45 | 74 |
| Binary | 10001111 | 1110100 | 10111111 | 11001 | 100111 | 0 | 11001 | 100000110 | 100101 | 111100 |
Color Harmonies of #8F74BF
Complementary color
Monochromatic Colors of #8F74BF
Black with #8F74BF
Text Example
Text Example
White with #8F74BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F74BF; }
p { color: rgb(143,116,191); }
H1.HeaderClassName
{
color: #8F74BF;
}
.AnyTagClassName
{
color: #8F74BF;
}
</style>
background-color css
<style>
a { background-color: #8F74BF; }
a { background-color: rgb(143,116,191); }
div.DivClassName
{
background-color: #8F74BF;
}
.BgClassName
{
background-color: #8F74BF;
}
</style>
border-color css
<style>
span { border-color: #8F74BF; }
span { border-color: rgb(143,116,191); }
td.TdClassName
{
border-color: #8F74BF;
}
.TagClassName
{
border-color: #8F74BF;
}
</style>