Shades of True V #8A76CC
Tints of True V #8A76CC
RGB
CMYK
RGB Variations
Color information
#8A76CC (or 0x8A76CC) is known color: True V. HEX triplet: 8A, 76 and CC. RGB value is (138,118,204). Sum of RGB (Red+Green+Blue) = 138+118+204=460 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #8A76CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A76CC is #758933. Grayscale: #858585. Windows color (decimal): -7702836 or 13399690. OLE color: 13399690.
HSL color Cylindrical-coordinate representation of color #8A76CC: hue angle of 253.95º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A76CC is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 118 | 204 | - |
| CMYK | 0.32 | 0.42 | 0 | 0.2 |
| HSL | 253.95º | 0.46% | 0.63% | - |
| HSV(B) | 253.95º | 0.42% | 0.8% | - |
| XYZ | 27.86 | 22.72 | 60.04 | - |
| YUV | 133.78 | 167.63 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 118 | 204 | 0.32 | 0.42 | 0 | 0.2 | 253.95 | 0.46 | 0.63 |
| Hex | 8A | 76 | CC | 20 | 2A | 0 | 14 | FE | 2E | 3F |
| Octal | 212 | 166 | 314 | 40 | 52 | 0 | 24 | 376 | 56 | 77 |
| Binary | 10001010 | 1110110 | 11001100 | 100000 | 101010 | 0 | 10100 | 11111110 | 101110 | 111111 |
Color Harmonies of #8A76CC
Complementary color
Monochromatic Colors of #8A76CC
Black with #8A76CC
Text Example
Text Example
White with #8A76CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A76CC; }
p { color: rgb(138,118,204); }
H1.HeaderClassName
{
color: #8A76CC;
}
.AnyTagClassName
{
color: #8A76CC;
}
</style>
background-color css
<style>
a { background-color: #8A76CC; }
a { background-color: rgb(138,118,204); }
div.DivClassName
{
background-color: #8A76CC;
}
.BgClassName
{
background-color: #8A76CC;
}
</style>
border-color css
<style>
span { border-color: #8A76CC; }
span { border-color: rgb(138,118,204); }
td.TdClassName
{
border-color: #8A76CC;
}
.TagClassName
{
border-color: #8A76CC;
}
</style>