Shades of True V #8A6DC1
Tints of True V #8A6DC1
RGB
CMYK
RGB Variations
Color information
#8A6DC1 (or 0x8A6DC1) is known color: True V. HEX triplet: 8A, 6D and C1. RGB value is (138,109,193). Sum of RGB (Red+Green+Blue) = 138+109+193=440 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.36% from 440); Green value is 109 (42.97% from 255 or 24.77% from 440); Blue value is 193 (75.78% from 255 or 43.86% from 440); Max value from RGB is 193 - color contains mainly: blue. Hex color #8A6DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6DC1 is #75923E. Grayscale: #7E7E7E. Windows color (decimal): -7705151 or 12676490. OLE color: 12676490.
HSL color Cylindrical-coordinate representation of color #8A6DC1: hue angle of 260.71º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8A6DC1 is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 109 | 193 | - |
| CMYK | 0.28 | 0.44 | 0 | 0.24 |
| HSL | 260.71º | 0.4% | 0.59% | - |
| HSV(B) | 260.71º | 0.44% | 0.76% | - |
| XYZ | 25.58 | 20.19 | 53 | - |
| YUV | 127.25 | 165.11 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 109 | 193 | 0.28 | 0.44 | 0 | 0.24 | 260.71 | 0.4 | 0.59 |
| Hex | 8A | 6D | C1 | 1C | 2C | 0 | 18 | 105 | 28 | 3B |
| Octal | 212 | 155 | 301 | 34 | 54 | 0 | 30 | 405 | 50 | 73 |
| Binary | 10001010 | 1101101 | 11000001 | 11100 | 101100 | 0 | 11000 | 100000101 | 101000 | 111011 |
Color Harmonies of #8A6DC1
Complementary color
Monochromatic Colors of #8A6DC1
Black with #8A6DC1
Text Example
Text Example
White with #8A6DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6DC1; }
p { color: rgb(138,109,193); }
H1.HeaderClassName
{
color: #8A6DC1;
}
.AnyTagClassName
{
color: #8A6DC1;
}
</style>
background-color css
<style>
a { background-color: #8A6DC1; }
a { background-color: rgb(138,109,193); }
div.DivClassName
{
background-color: #8A6DC1;
}
.BgClassName
{
background-color: #8A6DC1;
}
</style>
border-color css
<style>
span { border-color: #8A6DC1; }
span { border-color: rgb(138,109,193); }
td.TdClassName
{
border-color: #8A6DC1;
}
.TagClassName
{
border-color: #8A6DC1;
}
</style>