Shades of True V #8A73C2
Tints of True V #8A73C2
RGB
CMYK
RGB Variations
Color information
#8A73C2 (or 0x8A73C2) is known color: True V. HEX triplet: 8A, 73 and C2. RGB value is (138,115,194). Sum of RGB (Red+Green+Blue) = 138+115+194=447 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.87% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 194 (76.17% from 255 or 43.40% from 447); Max value from RGB is 194 - color contains mainly: blue. Hex color #8A73C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A73C2 is #758C3D. Grayscale: #828282. Windows color (decimal): -7703614 or 12743562. OLE color: 12743562.
HSL color Cylindrical-coordinate representation of color #8A73C2: hue angle of 257.47º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8A73C2 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 115 | 194 | - |
| CMYK | 0.29 | 0.41 | 0 | 0.24 |
| HSL | 257.47º | 0.39% | 0.61% | - |
| HSV(B) | 257.47º | 0.41% | 0.76% | - |
| XYZ | 26.35 | 21.56 | 53.81 | - |
| YUV | 130.88 | 163.62 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 115 | 194 | 0.29 | 0.41 | 0 | 0.24 | 257.47 | 0.39 | 0.61 |
| Hex | 8A | 73 | C2 | 1D | 29 | 0 | 18 | 101 | 27 | 3D |
| Octal | 212 | 163 | 302 | 35 | 51 | 0 | 30 | 401 | 47 | 75 |
| Binary | 10001010 | 1110011 | 11000010 | 11101 | 101001 | 0 | 11000 | 100000001 | 100111 | 111101 |
Color Harmonies of #8A73C2
Complementary color
Monochromatic Colors of #8A73C2
Black with #8A73C2
Text Example
Text Example
White with #8A73C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A73C2; }
p { color: rgb(138,115,194); }
H1.HeaderClassName
{
color: #8A73C2;
}
.AnyTagClassName
{
color: #8A73C2;
}
</style>
background-color css
<style>
a { background-color: #8A73C2; }
a { background-color: rgb(138,115,194); }
div.DivClassName
{
background-color: #8A73C2;
}
.BgClassName
{
background-color: #8A73C2;
}
</style>
border-color css
<style>
span { border-color: #8A73C2; }
span { border-color: rgb(138,115,194); }
td.TdClassName
{
border-color: #8A73C2;
}
.TagClassName
{
border-color: #8A73C2;
}
</style>