Shades of True V #8B72BF
Tints of True V #8B72BF
RGB
CMYK
RGB Variations
Color information
#8B72BF (or 0x8B72BF) is known color: True V. HEX triplet: 8B, 72 and BF. RGB value is (139,114,191). Sum of RGB (Red+Green+Blue) = 139+114+191=444 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.31% from 444); Green value is 114 (44.92% from 255 or 25.68% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 191 - color contains mainly: blue. Hex color #8B72BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B72BF is #748D40. Grayscale: #818181. Windows color (decimal): -7638337 or 12546699. OLE color: 12546699.
HSL color Cylindrical-coordinate representation of color #8B72BF: hue angle of 259.48º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B72BF is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 114 | 191 | - |
| CMYK | 0.27 | 0.40 | 0 | 0.25 |
| HSL | 259.48º | 0.38% | 0.6% | - |
| HSV(B) | 259.48º | 0.4% | 0.75% | - |
| XYZ | 26.07 | 21.29 | 52.02 | - |
| YUV | 130.25 | 162.28 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 114 | 191 | 0.27 | 0.40 | 0 | 0.25 | 259.48 | 0.38 | 0.6 |
| Hex | 8B | 72 | BF | 1B | 28 | 0 | 19 | 103 | 26 | 3C |
| Octal | 213 | 162 | 277 | 33 | 50 | 0 | 31 | 403 | 46 | 74 |
| Binary | 10001011 | 1110010 | 10111111 | 11011 | 101000 | 0 | 11001 | 100000011 | 100110 | 111100 |
Color Harmonies of #8B72BF
Complementary color
Monochromatic Colors of #8B72BF
Black with #8B72BF
Text Example
Text Example
White with #8B72BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B72BF; }
p { color: rgb(139,114,191); }
H1.HeaderClassName
{
color: #8B72BF;
}
.AnyTagClassName
{
color: #8B72BF;
}
</style>
background-color css
<style>
a { background-color: #8B72BF; }
a { background-color: rgb(139,114,191); }
div.DivClassName
{
background-color: #8B72BF;
}
.BgClassName
{
background-color: #8B72BF;
}
</style>
border-color css
<style>
span { border-color: #8B72BF; }
span { border-color: rgb(139,114,191); }
td.TdClassName
{
border-color: #8B72BF;
}
.TagClassName
{
border-color: #8B72BF;
}
</style>