Shades of True V #8B73BC
Tints of True V #8B73BC
RGB
CMYK
RGB Variations
Color information
#8B73BC (or 0x8B73BC) is known color: True V. HEX triplet: 8B, 73 and BC. RGB value is (139,115,188). Sum of RGB (Red+Green+Blue) = 139+115+188=442 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.45% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #8B73BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B73BC is #748C43. Grayscale: #828282. Windows color (decimal): -7638084 or 12350347. OLE color: 12350347.
HSL color Cylindrical-coordinate representation of color #8B73BC: hue angle of 259.73º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8B73BC is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 115 | 188 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.26 |
| HSL | 259.73º | 0.35% | 0.59% | - |
| HSV(B) | 259.73º | 0.39% | 0.74% | - |
| XYZ | 25.86 | 21.38 | 50.34 | - |
| YUV | 130.5 | 160.45 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 115 | 188 | 0.26 | 0.39 | 0 | 0.26 | 259.73 | 0.35 | 0.59 |
| Hex | 8B | 73 | BC | 1A | 27 | 0 | 1A | 104 | 23 | 3B |
| Octal | 213 | 163 | 274 | 32 | 47 | 0 | 32 | 404 | 43 | 73 |
| Binary | 10001011 | 1110011 | 10111100 | 11010 | 100111 | 0 | 11010 | 100000100 | 100011 | 111011 |
Color Harmonies of #8B73BC
Complementary color
Monochromatic Colors of #8B73BC
Black with #8B73BC
Text Example
Text Example
White with #8B73BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B73BC; }
p { color: rgb(139,115,188); }
H1.HeaderClassName
{
color: #8B73BC;
}
.AnyTagClassName
{
color: #8B73BC;
}
</style>
background-color css
<style>
a { background-color: #8B73BC; }
a { background-color: rgb(139,115,188); }
div.DivClassName
{
background-color: #8B73BC;
}
.BgClassName
{
background-color: #8B73BC;
}
</style>
border-color css
<style>
span { border-color: #8B73BC; }
span { border-color: rgb(139,115,188); }
td.TdClassName
{
border-color: #8B73BC;
}
.TagClassName
{
border-color: #8B73BC;
}
</style>