Shades of True V #8F74CC
Tints of True V #8F74CC
RGB
CMYK
RGB Variations
Color information
#8F74CC (or 0x8F74CC) is known color: True V. HEX triplet: 8F, 74 and CC. RGB value is (143,116,204). Sum of RGB (Red+Green+Blue) = 143+116+204=463 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.89% from 463); Green value is 116 (45.70% from 255 or 25.05% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F74CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F74CC is #708B33. Grayscale: #858585. Windows color (decimal): -7375668 or 13399183. OLE color: 13399183.
HSL color Cylindrical-coordinate representation of color #8F74CC: hue angle of 258.41º 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 #8F74CC is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 116 | 204 | - |
| CMYK | 0.30 | 0.43 | 0 | 0.2 |
| HSL | 258.41º | 0.46% | 0.63% | - |
| HSV(B) | 258.41º | 0.43% | 0.8% | - |
| XYZ | 28.47 | 22.69 | 60.01 | - |
| YUV | 134.11 | 167.45 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 116 | 204 | 0.30 | 0.43 | 0 | 0.2 | 258.41 | 0.46 | 0.63 |
| Hex | 8F | 74 | CC | 1E | 2B | 0 | 14 | 102 | 2E | 3F |
| Octal | 217 | 164 | 314 | 36 | 53 | 0 | 24 | 402 | 56 | 77 |
| Binary | 10001111 | 1110100 | 11001100 | 11110 | 101011 | 0 | 10100 | 100000010 | 101110 | 111111 |
Color Harmonies of #8F74CC
Complementary color
Monochromatic Colors of #8F74CC
Black with #8F74CC
Text Example
Text Example
White with #8F74CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F74CC; }
p { color: rgb(143,116,204); }
H1.HeaderClassName
{
color: #8F74CC;
}
.AnyTagClassName
{
color: #8F74CC;
}
</style>
background-color css
<style>
a { background-color: #8F74CC; }
a { background-color: rgb(143,116,204); }
div.DivClassName
{
background-color: #8F74CC;
}
.BgClassName
{
background-color: #8F74CC;
}
</style>
border-color css
<style>
span { border-color: #8F74CC; }
span { border-color: rgb(143,116,204); }
td.TdClassName
{
border-color: #8F74CC;
}
.TagClassName
{
border-color: #8F74CC;
}
</style>