Shades of True V #8F76CC
Tints of True V #8F76CC
RGB
CMYK
RGB Variations
Color information
#8F76CC (or 0x8F76CC) is known color: True V. HEX triplet: 8F, 76 and CC. RGB value is (143,118,204). Sum of RGB (Red+Green+Blue) = 143+118+204=465 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.75% from 465); Green value is 118 (46.48% from 255 or 25.38% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F76CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F76CC is #708933. Grayscale: #868686. Windows color (decimal): -7375156 or 13399695. OLE color: 13399695.
HSL color Cylindrical-coordinate representation of color #8F76CC: hue angle of 257.44º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8F76CC is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 118 | 204 | - |
| CMYK | 0.30 | 0.42 | 0 | 0.2 |
| HSL | 257.44º | 0.46% | 0.63% | - |
| HSV(B) | 257.44º | 0.42% | 0.8% | - |
| XYZ | 28.71 | 23.16 | 60.08 | - |
| YUV | 135.28 | 166.78 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 118 | 204 | 0.30 | 0.42 | 0 | 0.2 | 257.44 | 0.46 | 0.63 |
| Hex | 8F | 76 | CC | 1E | 2A | 0 | 14 | 101 | 2E | 3F |
| Octal | 217 | 166 | 314 | 36 | 52 | 0 | 24 | 401 | 56 | 77 |
| Binary | 10001111 | 1110110 | 11001100 | 11110 | 101010 | 0 | 10100 | 100000001 | 101110 | 111111 |
Color Harmonies of #8F76CC
Complementary color
Monochromatic Colors of #8F76CC
Black with #8F76CC
Text Example
Text Example
White with #8F76CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F76CC; }
p { color: rgb(143,118,204); }
H1.HeaderClassName
{
color: #8F76CC;
}
.AnyTagClassName
{
color: #8F76CC;
}
</style>
background-color css
<style>
a { background-color: #8F76CC; }
a { background-color: rgb(143,118,204); }
div.DivClassName
{
background-color: #8F76CC;
}
.BgClassName
{
background-color: #8F76CC;
}
</style>
border-color css
<style>
span { border-color: #8F76CC; }
span { border-color: rgb(143,118,204); }
td.TdClassName
{
border-color: #8F76CC;
}
.TagClassName
{
border-color: #8F76CC;
}
</style>