Shades of True V #8F73CF
Tints of True V #8F73CF
RGB
CMYK
RGB Variations
Color information
#8F73CF (or 0x8F73CF) is known color: True V. HEX triplet: 8F, 73 and CF. RGB value is (143,115,207). Sum of RGB (Red+Green+Blue) = 143+115+207=465 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.75% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F73CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F73CF is #708C30. Grayscale: #858585. Windows color (decimal): -7375921 or 13595535. OLE color: 13595535.
HSL color Cylindrical-coordinate representation of color #8F73CF: hue angle of 258.26º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F73CF is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 115 | 207 | - |
| CMYK | 0.31 | 0.44 | 0 | 0.19 |
| HSL | 258.26º | 0.49% | 0.63% | - |
| HSV(B) | 258.26º | 0.44% | 0.81% | - |
| XYZ | 28.72 | 22.61 | 61.88 | - |
| YUV | 133.86 | 169.28 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 115 | 207 | 0.31 | 0.44 | 0 | 0.19 | 258.26 | 0.49 | 0.63 |
| Hex | 8F | 73 | CF | 1F | 2C | 0 | 13 | 102 | 31 | 3F |
| Octal | 217 | 163 | 317 | 37 | 54 | 0 | 23 | 402 | 61 | 77 |
| Binary | 10001111 | 1110011 | 11001111 | 11111 | 101100 | 0 | 10011 | 100000010 | 110001 | 111111 |
Color Harmonies of #8F73CF
Complementary color
Monochromatic Colors of #8F73CF
Black with #8F73CF
Text Example
Text Example
White with #8F73CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F73CF; }
p { color: rgb(143,115,207); }
H1.HeaderClassName
{
color: #8F73CF;
}
.AnyTagClassName
{
color: #8F73CF;
}
</style>
background-color css
<style>
a { background-color: #8F73CF; }
a { background-color: rgb(143,115,207); }
div.DivClassName
{
background-color: #8F73CF;
}
.BgClassName
{
background-color: #8F73CF;
}
</style>
border-color css
<style>
span { border-color: #8F73CF; }
span { border-color: rgb(143,115,207); }
td.TdClassName
{
border-color: #8F73CF;
}
.TagClassName
{
border-color: #8F73CF;
}
</style>