Shades of True V #8A73BE
Tints of True V #8A73BE
RGB
CMYK
RGB Variations
Color information
#8A73BE (or 0x8A73BE) is known color: True V. HEX triplet: 8A, 73 and BE. RGB value is (138,115,190). Sum of RGB (Red+Green+Blue) = 138+115+190=443 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.15% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A73BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A73BE is #758C41. Grayscale: #828282. Windows color (decimal): -7703618 or 12481418. OLE color: 12481418.
HSL color Cylindrical-coordinate representation of color #8A73BE: hue angle of 258.4º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8A73BE is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 115 | 190 | - |
| CMYK | 0.27 | 0.39 | 0 | 0.25 |
| HSL | 258.4º | 0.37% | 0.6% | - |
| HSV(B) | 258.4º | 0.39% | 0.75% | - |
| XYZ | 25.91 | 21.38 | 51.48 | - |
| YUV | 130.43 | 161.62 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 115 | 190 | 0.27 | 0.39 | 0 | 0.25 | 258.4 | 0.37 | 0.6 |
| Hex | 8A | 73 | BE | 1B | 27 | 0 | 19 | 102 | 25 | 3C |
| Octal | 212 | 163 | 276 | 33 | 47 | 0 | 31 | 402 | 45 | 74 |
| Binary | 10001010 | 1110011 | 10111110 | 11011 | 100111 | 0 | 11001 | 100000010 | 100101 | 111100 |
Color Harmonies of #8A73BE
Complementary color
Monochromatic Colors of #8A73BE
Black with #8A73BE
Text Example
Text Example
White with #8A73BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A73BE; }
p { color: rgb(138,115,190); }
H1.HeaderClassName
{
color: #8A73BE;
}
.AnyTagClassName
{
color: #8A73BE;
}
</style>
background-color css
<style>
a { background-color: #8A73BE; }
a { background-color: rgb(138,115,190); }
div.DivClassName
{
background-color: #8A73BE;
}
.BgClassName
{
background-color: #8A73BE;
}
</style>
border-color css
<style>
span { border-color: #8A73BE; }
span { border-color: rgb(138,115,190); }
td.TdClassName
{
border-color: #8A73BE;
}
.TagClassName
{
border-color: #8A73BE;
}
</style>