Shades of True V #8A6DBD
Tints of True V #8A6DBD
RGB
CMYK
RGB Variations
Color information
#8A6DBD (or 0x8A6DBD) is known color: True V. HEX triplet: 8A, 6D and BD. RGB value is (138,109,189). Sum of RGB (Red+Green+Blue) = 138+109+189=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 109 (42.97% from 255 or 25% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 189 - color contains mainly: blue. Hex color #8A6DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6DBD is #759242. Grayscale: #7E7E7E. Windows color (decimal): -7705155 or 12414346. OLE color: 12414346.
HSL color Cylindrical-coordinate representation of color #8A6DBD: hue angle of 261.75º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A6DBD is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 109 | 189 | - |
| CMYK | 0.27 | 0.42 | 0 | 0.26 |
| HSL | 261.75º | 0.38% | 0.58% | - |
| HSV(B) | 261.75º | 0.42% | 0.74% | - |
| XYZ | 25.14 | 20.01 | 50.68 | - |
| YUV | 126.79 | 163.11 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 109 | 189 | 0.27 | 0.42 | 0 | 0.26 | 261.75 | 0.38 | 0.58 |
| Hex | 8A | 6D | BD | 1B | 2A | 0 | 1A | 106 | 26 | 3A |
| Octal | 212 | 155 | 275 | 33 | 52 | 0 | 32 | 406 | 46 | 72 |
| Binary | 10001010 | 1101101 | 10111101 | 11011 | 101010 | 0 | 11010 | 100000110 | 100110 | 111010 |
Color Harmonies of #8A6DBD
Complementary color
Monochromatic Colors of #8A6DBD
Black with #8A6DBD
Text Example
Text Example
White with #8A6DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6DBD; }
p { color: rgb(138,109,189); }
H1.HeaderClassName
{
color: #8A6DBD;
}
.AnyTagClassName
{
color: #8A6DBD;
}
</style>
background-color css
<style>
a { background-color: #8A6DBD; }
a { background-color: rgb(138,109,189); }
div.DivClassName
{
background-color: #8A6DBD;
}
.BgClassName
{
background-color: #8A6DBD;
}
</style>
border-color css
<style>
span { border-color: #8A6DBD; }
span { border-color: rgb(138,109,189); }
td.TdClassName
{
border-color: #8A6DBD;
}
.TagClassName
{
border-color: #8A6DBD;
}
</style>