Shades of True V #8F74C3
Tints of True V #8F74C3
RGB
CMYK
RGB Variations
Color information
#8F74C3 (or 0x8F74C3) is known color: True V. HEX triplet: 8F, 74 and C3. RGB value is (143,116,195). Sum of RGB (Red+Green+Blue) = 143+116+195=454 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.50% from 454); Green value is 116 (45.70% from 255 or 25.55% from 454); Blue value is 195 (76.56% from 255 or 42.95% from 454); Max value from RGB is 195 - color contains mainly: blue. Hex color #8F74C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F74C3 is #708B3C. Grayscale: #848484. Windows color (decimal): -7375677 or 12809359. OLE color: 12809359.
HSL color Cylindrical-coordinate representation of color #8F74C3: hue angle of 260.51º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F74C3 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 116 | 195 | - |
| CMYK | 0.27 | 0.41 | 0 | 0.24 |
| HSL | 260.51º | 0.4% | 0.61% | - |
| HSV(B) | 260.51º | 0.41% | 0.76% | - |
| XYZ | 27.42 | 22.27 | 54.48 | - |
| YUV | 133.08 | 162.95 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 116 | 195 | 0.27 | 0.41 | 0 | 0.24 | 260.51 | 0.4 | 0.61 |
| Hex | 8F | 74 | C3 | 1B | 29 | 0 | 18 | 105 | 28 | 3D |
| Octal | 217 | 164 | 303 | 33 | 51 | 0 | 30 | 405 | 50 | 75 |
| Binary | 10001111 | 1110100 | 11000011 | 11011 | 101001 | 0 | 11000 | 100000101 | 101000 | 111101 |
Color Harmonies of #8F74C3
Complementary color
Monochromatic Colors of #8F74C3
Black with #8F74C3
Text Example
Text Example
White with #8F74C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F74C3; }
p { color: rgb(143,116,195); }
H1.HeaderClassName
{
color: #8F74C3;
}
.AnyTagClassName
{
color: #8F74C3;
}
</style>
background-color css
<style>
a { background-color: #8F74C3; }
a { background-color: rgb(143,116,195); }
div.DivClassName
{
background-color: #8F74C3;
}
.BgClassName
{
background-color: #8F74C3;
}
</style>
border-color css
<style>
span { border-color: #8F74C3; }
span { border-color: rgb(143,116,195); }
td.TdClassName
{
border-color: #8F74C3;
}
.TagClassName
{
border-color: #8F74C3;
}
</style>