Shades of True V #8A76CA
Tints of True V #8A76CA
RGB
CMYK
RGB Variations
Color information
#8A76CA (or 0x8A76CA) is known color: True V. HEX triplet: 8A, 76 and CA. RGB value is (138,118,202). Sum of RGB (Red+Green+Blue) = 138+118+202=458 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.13% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A76CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A76CA is #758935. Grayscale: #858585. Windows color (decimal): -7702838 or 13268618. OLE color: 13268618.
HSL color Cylindrical-coordinate representation of color #8A76CA: hue angle of 254.29º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A76CA is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 118 | 202 | - |
| CMYK | 0.32 | 0.42 | 0 | 0.21 |
| HSL | 254.29º | 0.44% | 0.63% | - |
| HSV(B) | 254.29º | 0.42% | 0.79% | - |
| XYZ | 27.62 | 22.62 | 58.79 | - |
| YUV | 133.56 | 166.63 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 118 | 202 | 0.32 | 0.42 | 0 | 0.21 | 254.29 | 0.44 | 0.63 |
| Hex | 8A | 76 | CA | 20 | 2A | 0 | 15 | FE | 2C | 3F |
| Octal | 212 | 166 | 312 | 40 | 52 | 0 | 25 | 376 | 54 | 77 |
| Binary | 10001010 | 1110110 | 11001010 | 100000 | 101010 | 0 | 10101 | 11111110 | 101100 | 111111 |
Color Harmonies of #8A76CA
Complementary color
Monochromatic Colors of #8A76CA
Black with #8A76CA
Text Example
Text Example
White with #8A76CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A76CA; }
p { color: rgb(138,118,202); }
H1.HeaderClassName
{
color: #8A76CA;
}
.AnyTagClassName
{
color: #8A76CA;
}
</style>
background-color css
<style>
a { background-color: #8A76CA; }
a { background-color: rgb(138,118,202); }
div.DivClassName
{
background-color: #8A76CA;
}
.BgClassName
{
background-color: #8A76CA;
}
</style>
border-color css
<style>
span { border-color: #8A76CA; }
span { border-color: rgb(138,118,202); }
td.TdClassName
{
border-color: #8A76CA;
}
.TagClassName
{
border-color: #8A76CA;
}
</style>