Shades of True V #8A73BD
Tints of True V #8A73BD
RGB
CMYK
RGB Variations
Color information
#8A73BD (or 0x8A73BD) is known color: True V. HEX triplet: 8A, 73 and BD. RGB value is (138,115,189). Sum of RGB (Red+Green+Blue) = 138+115+189=442 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.22% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 189 - color contains mainly: blue. Hex color #8A73BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A73BD is #758C42. Grayscale: #828282. Windows color (decimal): -7703619 or 12415882. OLE color: 12415882.
HSL color Cylindrical-coordinate representation of color #8A73BD: hue angle of 258.65º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8A73BD is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 115 | 189 | - |
| CMYK | 0.27 | 0.39 | 0 | 0.26 |
| HSL | 258.65º | 0.36% | 0.6% | - |
| HSV(B) | 258.65º | 0.39% | 0.74% | - |
| XYZ | 25.8 | 21.34 | 50.9 | - |
| YUV | 130.31 | 161.12 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 115 | 189 | 0.27 | 0.39 | 0 | 0.26 | 258.65 | 0.36 | 0.6 |
| Hex | 8A | 73 | BD | 1B | 27 | 0 | 1A | 103 | 24 | 3C |
| Octal | 212 | 163 | 275 | 33 | 47 | 0 | 32 | 403 | 44 | 74 |
| Binary | 10001010 | 1110011 | 10111101 | 11011 | 100111 | 0 | 11010 | 100000011 | 100100 | 111100 |
Color Harmonies of #8A73BD
Complementary color
Monochromatic Colors of #8A73BD
Black with #8A73BD
Text Example
Text Example
White with #8A73BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A73BD; }
p { color: rgb(138,115,189); }
H1.HeaderClassName
{
color: #8A73BD;
}
.AnyTagClassName
{
color: #8A73BD;
}
</style>
background-color css
<style>
a { background-color: #8A73BD; }
a { background-color: rgb(138,115,189); }
div.DivClassName
{
background-color: #8A73BD;
}
.BgClassName
{
background-color: #8A73BD;
}
</style>
border-color css
<style>
span { border-color: #8A73BD; }
span { border-color: rgb(138,115,189); }
td.TdClassName
{
border-color: #8A73BD;
}
.TagClassName
{
border-color: #8A73BD;
}
</style>