Shades of True V #8F7BCB
Tints of True V #8F7BCB
RGB
CMYK
RGB Variations
Color information
#8F7BCB (or 0x8F7BCB) is known color: True V. HEX triplet: 8F, 7B and CB. RGB value is (143,123,203). Sum of RGB (Red+Green+Blue) = 143+123+203=469 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.49% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: blue. Hex color #8F7BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7BCB is #708434. Grayscale: #898989. Windows color (decimal): -7373877 or 13335439. OLE color: 13335439.
HSL color Cylindrical-coordinate representation of color #8F7BCB: hue angle of 255º 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 #8F7BCB is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 123 | 203 | - |
| CMYK | 0.30 | 0.39 | 0 | 0.20 |
| HSL | 255º | 0.43% | 0.64% | - |
| HSV(B) | 255º | 0.39% | 0.8% | - |
| XYZ | 29.19 | 24.32 | 59.66 | - |
| YUV | 138.1 | 164.63 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 123 | 203 | 0.30 | 0.39 | 0 | 0.20 | 255 | 0.43 | 0.64 |
| Hex | 8F | 7B | CB | 1E | 27 | 0 | 14 | FF | 2B | 40 |
| Octal | 217 | 173 | 313 | 36 | 47 | 0 | 24 | 377 | 53 | 100 |
| Binary | 10001111 | 1111011 | 11001011 | 11110 | 100111 | 0 | 10100 | 11111111 | 101011 | 1000000 |
Color Harmonies of #8F7BCB
Complementary color
Monochromatic Colors of #8F7BCB
Black with #8F7BCB
Text Example
Text Example
White with #8F7BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7BCB; }
p { color: rgb(143,123,203); }
H1.HeaderClassName
{
color: #8F7BCB;
}
.AnyTagClassName
{
color: #8F7BCB;
}
</style>
background-color css
<style>
a { background-color: #8F7BCB; }
a { background-color: rgb(143,123,203); }
div.DivClassName
{
background-color: #8F7BCB;
}
.BgClassName
{
background-color: #8F7BCB;
}
</style>
border-color css
<style>
span { border-color: #8F7BCB; }
span { border-color: rgb(143,123,203); }
td.TdClassName
{
border-color: #8F7BCB;
}
.TagClassName
{
border-color: #8F7BCB;
}
</style>