Shades of True V #8F7FC4
Tints of True V #8F7FC4
RGB
CMYK
RGB Variations
Color information
#8F7FC4 (or 0x8F7FC4) is known color: True V. HEX triplet: 8F, 7F and C4. RGB value is (143,127,196). Sum of RGB (Red+Green+Blue) = 143+127+196=466 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.69% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 196 (76.95% from 255 or 42.06% from 466); Max value from RGB is 196 - color contains mainly: blue. Hex color #8F7FC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7FC4 is #70803B. Grayscale: #8B8B8B. Windows color (decimal): -7372860 or 12877711. OLE color: 12877711.
HSL color Cylindrical-coordinate representation of color #8F7FC4: hue angle of 253.91º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8F7FC4 is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 143 | 127 | 196 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.23 |
| HSL | 253.91º | 0.37% | 0.63% | - |
| HSV(B) | 253.91º | 0.35% | 0.77% | - |
| XYZ | 28.88 | 25 | 55.53 | - |
| YUV | 139.65 | 159.8 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 127 | 196 | 0.27 | 0.35 | 0 | 0.23 | 253.91 | 0.37 | 0.63 |
| Hex | 8F | 7F | C4 | 1B | 23 | 0 | 17 | FE | 25 | 3F |
| Octal | 217 | 177 | 304 | 33 | 43 | 0 | 27 | 376 | 45 | 77 |
| Binary | 10001111 | 1111111 | 11000100 | 11011 | 100011 | 0 | 10111 | 11111110 | 100101 | 111111 |
Color Harmonies of #8F7FC4
Complementary color
Monochromatic Colors of #8F7FC4
Black with #8F7FC4
Text Example
Text Example
White with #8F7FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7FC4; }
p { color: rgb(143,127,196); }
H1.HeaderClassName
{
color: #8F7FC4;
}
.AnyTagClassName
{
color: #8F7FC4;
}
</style>
background-color css
<style>
a { background-color: #8F7FC4; }
a { background-color: rgb(143,127,196); }
div.DivClassName
{
background-color: #8F7FC4;
}
.BgClassName
{
background-color: #8F7FC4;
}
</style>
border-color css
<style>
span { border-color: #8F7FC4; }
span { border-color: rgb(143,127,196); }
td.TdClassName
{
border-color: #8F7FC4;
}
.TagClassName
{
border-color: #8F7FC4;
}
</style>