Shades of True V #8A6FBA
Tints of True V #8A6FBA
RGB
CMYK
RGB Variations
Color information
#8A6FBA (or 0x8A6FBA) is known color: True V. HEX triplet: 8A, 6F and BA. RGB value is (138,111,186). Sum of RGB (Red+Green+Blue) = 138+111+186=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A6FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6FBA is #759045. Grayscale: #7F7F7F. Windows color (decimal): -7704646 or 12218250. OLE color: 12218250.
HSL color Cylindrical-coordinate representation of color #8A6FBA: hue angle of 261.6º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8A6FBA is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 111 | 186 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.27 |
| HSL | 261.6º | 0.35% | 0.58% | - |
| HSV(B) | 261.6º | 0.4% | 0.73% | - |
| XYZ | 25.03 | 20.32 | 49.06 | - |
| YUV | 127.62 | 160.95 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 111 | 186 | 0.26 | 0.40 | 0 | 0.27 | 261.6 | 0.35 | 0.58 |
| Hex | 8A | 6F | BA | 1A | 28 | 0 | 1B | 106 | 23 | 3A |
| Octal | 212 | 157 | 272 | 32 | 50 | 0 | 33 | 406 | 43 | 72 |
| Binary | 10001010 | 1101111 | 10111010 | 11010 | 101000 | 0 | 11011 | 100000110 | 100011 | 111010 |
Color Harmonies of #8A6FBA
Complementary color
Monochromatic Colors of #8A6FBA
Black with #8A6FBA
Text Example
Text Example
White with #8A6FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6FBA; }
p { color: rgb(138,111,186); }
H1.HeaderClassName
{
color: #8A6FBA;
}
.AnyTagClassName
{
color: #8A6FBA;
}
</style>
background-color css
<style>
a { background-color: #8A6FBA; }
a { background-color: rgb(138,111,186); }
div.DivClassName
{
background-color: #8A6FBA;
}
.BgClassName
{
background-color: #8A6FBA;
}
</style>
border-color css
<style>
span { border-color: #8A6FBA; }
span { border-color: rgb(138,111,186); }
td.TdClassName
{
border-color: #8A6FBA;
}
.TagClassName
{
border-color: #8A6FBA;
}
</style>