Shades of True V #8A6BBE
Tints of True V #8A6BBE
RGB
CMYK
RGB Variations
Color information
#8A6BBE (or 0x8A6BBE) is known color: True V. HEX triplet: 8A, 6B and BE. RGB value is (138,107,190). Sum of RGB (Red+Green+Blue) = 138+107+190=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 107 (42.19% from 255 or 24.60% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A6BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6BBE is #759441. Grayscale: #7D7D7D. Windows color (decimal): -7705666 or 12479370. OLE color: 12479370.
HSL color Cylindrical-coordinate representation of color #8A6BBE: hue angle of 262.41º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8A6BBE is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 107 | 190 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.25 |
| HSL | 262.41º | 0.39% | 0.58% | - |
| HSV(B) | 262.41º | 0.44% | 0.75% | - |
| XYZ | 25.03 | 19.64 | 51.19 | - |
| YUV | 125.73 | 164.27 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 107 | 190 | 0.27 | 0.44 | 0 | 0.25 | 262.41 | 0.39 | 0.58 |
| Hex | 8A | 6B | BE | 1B | 2C | 0 | 19 | 106 | 27 | 3A |
| Octal | 212 | 153 | 276 | 33 | 54 | 0 | 31 | 406 | 47 | 72 |
| Binary | 10001010 | 1101011 | 10111110 | 11011 | 101100 | 0 | 11001 | 100000110 | 100111 | 111010 |
Color Harmonies of #8A6BBE
Complementary color
Monochromatic Colors of #8A6BBE
Black with #8A6BBE
Text Example
Text Example
White with #8A6BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6BBE; }
p { color: rgb(138,107,190); }
H1.HeaderClassName
{
color: #8A6BBE;
}
.AnyTagClassName
{
color: #8A6BBE;
}
</style>
background-color css
<style>
a { background-color: #8A6BBE; }
a { background-color: rgb(138,107,190); }
div.DivClassName
{
background-color: #8A6BBE;
}
.BgClassName
{
background-color: #8A6BBE;
}
</style>
border-color css
<style>
span { border-color: #8A6BBE; }
span { border-color: rgb(138,107,190); }
td.TdClassName
{
border-color: #8A6BBE;
}
.TagClassName
{
border-color: #8A6BBE;
}
</style>