Shades of True V #8F7CCB
Tints of True V #8F7CCB
RGB
CMYK
RGB Variations
Color information
#8F7CCB (or 0x8F7CCB) is known color: True V. HEX triplet: 8F, 7C and CB. RGB value is (143,124,203). Sum of RGB (Red+Green+Blue) = 143+124+203=470 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.43% from 470); Green value is 124 (48.83% from 255 or 26.38% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #8F7CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7CCB is #708334. Grayscale: #8A8A8A. Windows color (decimal): -7373621 or 13335695. OLE color: 13335695.
HSL color Cylindrical-coordinate representation of color #8F7CCB: hue angle of 254.43º degrees, saturation: 0.43, 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 #8F7CCB is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 124 | 203 | - |
| CMYK | 0.30 | 0.39 | 0 | 0.20 |
| HSL | 254.43º | 0.43% | 0.64% | - |
| HSV(B) | 254.43º | 0.39% | 0.8% | - |
| XYZ | 29.31 | 24.57 | 59.7 | - |
| YUV | 138.69 | 164.29 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 124 | 203 | 0.30 | 0.39 | 0 | 0.20 | 254.43 | 0.43 | 0.64 |
| Hex | 8F | 7C | CB | 1E | 27 | 0 | 14 | FE | 2B | 40 |
| Octal | 217 | 174 | 313 | 36 | 47 | 0 | 24 | 376 | 53 | 100 |
| Binary | 10001111 | 1111100 | 11001011 | 11110 | 100111 | 0 | 10100 | 11111110 | 101011 | 1000000 |
Color Harmonies of #8F7CCB
Complementary color
Monochromatic Colors of #8F7CCB
Black with #8F7CCB
Text Example
Text Example
White with #8F7CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7CCB; }
p { color: rgb(143,124,203); }
H1.HeaderClassName
{
color: #8F7CCB;
}
.AnyTagClassName
{
color: #8F7CCB;
}
</style>
background-color css
<style>
a { background-color: #8F7CCB; }
a { background-color: rgb(143,124,203); }
div.DivClassName
{
background-color: #8F7CCB;
}
.BgClassName
{
background-color: #8F7CCB;
}
</style>
border-color css
<style>
span { border-color: #8F7CCB; }
span { border-color: rgb(143,124,203); }
td.TdClassName
{
border-color: #8F7CCB;
}
.TagClassName
{
border-color: #8F7CCB;
}
</style>