Shades of True V #8F75C5
Tints of True V #8F75C5
RGB
CMYK
RGB Variations
Color information
#8F75C5 (or 0x8F75C5) is known color: True V. HEX triplet: 8F, 75 and C5. RGB value is (143,117,197). Sum of RGB (Red+Green+Blue) = 143+117+197=457 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.29% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 197 (77.34% from 255 or 43.11% from 457); Max value from RGB is 197 - color contains mainly: blue. Hex color #8F75C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F75C5 is #708A3A. Grayscale: #858585. Windows color (decimal): -7375419 or 12940687. OLE color: 12940687.
HSL color Cylindrical-coordinate representation of color #8F75C5: hue angle of 259.5º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F75C5 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 143 | 117 | 197 | - |
| CMYK | 0.27 | 0.41 | 0 | 0.23 |
| HSL | 259.5º | 0.41% | 0.62% | - |
| HSV(B) | 259.5º | 0.41% | 0.77% | - |
| XYZ | 27.77 | 22.59 | 55.72 | - |
| YUV | 133.89 | 163.61 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 117 | 197 | 0.27 | 0.41 | 0 | 0.23 | 259.5 | 0.41 | 0.62 |
| Hex | 8F | 75 | C5 | 1B | 29 | 0 | 17 | 104 | 29 | 3E |
| Octal | 217 | 165 | 305 | 33 | 51 | 0 | 27 | 404 | 51 | 76 |
| Binary | 10001111 | 1110101 | 11000101 | 11011 | 101001 | 0 | 10111 | 100000100 | 101001 | 111110 |
Color Harmonies of #8F75C5
Complementary color
Monochromatic Colors of #8F75C5
Black with #8F75C5
Text Example
Text Example
White with #8F75C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F75C5; }
p { color: rgb(143,117,197); }
H1.HeaderClassName
{
color: #8F75C5;
}
.AnyTagClassName
{
color: #8F75C5;
}
</style>
background-color css
<style>
a { background-color: #8F75C5; }
a { background-color: rgb(143,117,197); }
div.DivClassName
{
background-color: #8F75C5;
}
.BgClassName
{
background-color: #8F75C5;
}
</style>
border-color css
<style>
span { border-color: #8F75C5; }
span { border-color: rgb(143,117,197); }
td.TdClassName
{
border-color: #8F75C5;
}
.TagClassName
{
border-color: #8F75C5;
}
</style>