Shades of True V #8F73C4
Tints of True V #8F73C4
RGB
CMYK
RGB Variations
Color information
#8F73C4 (or 0x8F73C4) is known color: True V. HEX triplet: 8F, 73 and C4. RGB value is (143,115,196). Sum of RGB (Red+Green+Blue) = 143+115+196=454 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.50% from 454); Green value is 115 (45.31% from 255 or 25.33% from 454); Blue value is 196 (76.95% from 255 or 43.17% from 454); Max value from RGB is 196 - color contains mainly: blue. Hex color #8F73C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F73C4 is #708C3B. Grayscale: #848484. Windows color (decimal): -7375932 or 12874639. OLE color: 12874639.
HSL color Cylindrical-coordinate representation of color #8F73C4: hue angle of 260.74º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F73C4 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 143 | 115 | 196 | - |
| CMYK | 0.27 | 0.41 | 0 | 0.23 |
| HSL | 260.74º | 0.41% | 0.61% | - |
| HSV(B) | 260.74º | 0.41% | 0.77% | - |
| XYZ | 27.42 | 22.09 | 55.04 | - |
| YUV | 132.61 | 163.78 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 115 | 196 | 0.27 | 0.41 | 0 | 0.23 | 260.74 | 0.41 | 0.61 |
| Hex | 8F | 73 | C4 | 1B | 29 | 0 | 17 | 105 | 29 | 3D |
| Octal | 217 | 163 | 304 | 33 | 51 | 0 | 27 | 405 | 51 | 75 |
| Binary | 10001111 | 1110011 | 11000100 | 11011 | 101001 | 0 | 10111 | 100000101 | 101001 | 111101 |
Color Harmonies of #8F73C4
Complementary color
Monochromatic Colors of #8F73C4
Black with #8F73C4
Text Example
Text Example
White with #8F73C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F73C4; }
p { color: rgb(143,115,196); }
H1.HeaderClassName
{
color: #8F73C4;
}
.AnyTagClassName
{
color: #8F73C4;
}
</style>
background-color css
<style>
a { background-color: #8F73C4; }
a { background-color: rgb(143,115,196); }
div.DivClassName
{
background-color: #8F73C4;
}
.BgClassName
{
background-color: #8F73C4;
}
</style>
border-color css
<style>
span { border-color: #8F73C4; }
span { border-color: rgb(143,115,196); }
td.TdClassName
{
border-color: #8F73C4;
}
.TagClassName
{
border-color: #8F73C4;
}
</style>