Shades of True V #8F75CC
Tints of True V #8F75CC
RGB
CMYK
RGB Variations
Color information
#8F75CC (or 0x8F75CC) is known color: True V. HEX triplet: 8F, 75 and CC. RGB value is (143,117,204). Sum of RGB (Red+Green+Blue) = 143+117+204=464 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.82% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F75CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F75CC is #708A33. Grayscale: #868686. Windows color (decimal): -7375412 or 13399439. OLE color: 13399439.
HSL color Cylindrical-coordinate representation of color #8F75CC: hue angle of 257.93º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F75CC is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 117 | 204 | - |
| CMYK | 0.30 | 0.43 | 0 | 0.2 |
| HSL | 257.93º | 0.46% | 0.63% | - |
| HSV(B) | 257.93º | 0.43% | 0.8% | - |
| XYZ | 28.59 | 22.92 | 60.04 | - |
| YUV | 134.69 | 167.11 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 117 | 204 | 0.30 | 0.43 | 0 | 0.2 | 257.93 | 0.46 | 0.63 |
| Hex | 8F | 75 | CC | 1E | 2B | 0 | 14 | 102 | 2E | 3F |
| Octal | 217 | 165 | 314 | 36 | 53 | 0 | 24 | 402 | 56 | 77 |
| Binary | 10001111 | 1110101 | 11001100 | 11110 | 101011 | 0 | 10100 | 100000010 | 101110 | 111111 |
Color Harmonies of #8F75CC
Complementary color
Monochromatic Colors of #8F75CC
Black with #8F75CC
Text Example
Text Example
White with #8F75CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F75CC; }
p { color: rgb(143,117,204); }
H1.HeaderClassName
{
color: #8F75CC;
}
.AnyTagClassName
{
color: #8F75CC;
}
</style>
background-color css
<style>
a { background-color: #8F75CC; }
a { background-color: rgb(143,117,204); }
div.DivClassName
{
background-color: #8F75CC;
}
.BgClassName
{
background-color: #8F75CC;
}
</style>
border-color css
<style>
span { border-color: #8F75CC; }
span { border-color: rgb(143,117,204); }
td.TdClassName
{
border-color: #8F75CC;
}
.TagClassName
{
border-color: #8F75CC;
}
</style>