Shades of True V #8F7CCC
Tints of True V #8F7CCC
RGB
CMYK
RGB Variations
Color information
#8F7CCC (or 0x8F7CCC) is known color: True V. HEX triplet: 8F, 7C and CC. RGB value is (143,124,204). Sum of RGB (Red+Green+Blue) = 143+124+204=471 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.36% from 471); Green value is 124 (48.83% from 255 or 26.33% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F7CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7CCC is #708333. Grayscale: #8A8A8A. Windows color (decimal): -7373620 or 13401231. OLE color: 13401231.
HSL color Cylindrical-coordinate representation of color #8F7CCC: hue angle of 254.25º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F7CCC is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 124 | 204 | - |
| CMYK | 0.30 | 0.39 | 0 | 0.2 |
| HSL | 254.25º | 0.44% | 0.64% | - |
| HSV(B) | 254.25º | 0.39% | 0.8% | - |
| XYZ | 29.43 | 24.61 | 60.33 | - |
| YUV | 138.8 | 164.79 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 124 | 204 | 0.30 | 0.39 | 0 | 0.2 | 254.25 | 0.44 | 0.64 |
| Hex | 8F | 7C | CC | 1E | 27 | 0 | 14 | FE | 2C | 40 |
| Octal | 217 | 174 | 314 | 36 | 47 | 0 | 24 | 376 | 54 | 100 |
| Binary | 10001111 | 1111100 | 11001100 | 11110 | 100111 | 0 | 10100 | 11111110 | 101100 | 1000000 |
Color Harmonies of #8F7CCC
Complementary color
Monochromatic Colors of #8F7CCC
Black with #8F7CCC
Text Example
Text Example
White with #8F7CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7CCC; }
p { color: rgb(143,124,204); }
H1.HeaderClassName
{
color: #8F7CCC;
}
.AnyTagClassName
{
color: #8F7CCC;
}
</style>
background-color css
<style>
a { background-color: #8F7CCC; }
a { background-color: rgb(143,124,204); }
div.DivClassName
{
background-color: #8F7CCC;
}
.BgClassName
{
background-color: #8F7CCC;
}
</style>
border-color css
<style>
span { border-color: #8F7CCC; }
span { border-color: rgb(143,124,204); }
td.TdClassName
{
border-color: #8F7CCC;
}
.TagClassName
{
border-color: #8F7CCC;
}
</style>