Shades of True V #8A6BC9
Tints of True V #8A6BC9
RGB
CMYK
RGB Variations
Color information
#8A6BC9 (or 0x8A6BC9) is known color: True V. HEX triplet: 8A, 6B and C9. RGB value is (138,107,201). Sum of RGB (Red+Green+Blue) = 138+107+201=446 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.94% from 446); Green value is 107 (42.19% from 255 or 23.99% from 446); Blue value is 201 (78.91% from 255 or 45.07% from 446); Max value from RGB is 201 - color contains mainly: blue. Hex color #8A6BC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6BC9 is #759436. Grayscale: #7E7E7E. Windows color (decimal): -7705655 or 13200266. OLE color: 13200266.
HSL color Cylindrical-coordinate representation of color #8A6BC9: hue angle of 259.79º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A6BC9 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 107 | 201 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.21 |
| HSL | 259.79º | 0.47% | 0.6% | - |
| HSV(B) | 259.79º | 0.47% | 0.79% | - |
| XYZ | 26.28 | 20.14 | 57.76 | - |
| YUV | 126.99 | 169.77 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 107 | 201 | 0.31 | 0.47 | 0 | 0.21 | 259.79 | 0.47 | 0.6 |
| Hex | 8A | 6B | C9 | 1F | 2F | 0 | 15 | 104 | 2F | 3C |
| Octal | 212 | 153 | 311 | 37 | 57 | 0 | 25 | 404 | 57 | 74 |
| Binary | 10001010 | 1101011 | 11001001 | 11111 | 101111 | 0 | 10101 | 100000100 | 101111 | 111100 |
Color Harmonies of #8A6BC9
Complementary color
Monochromatic Colors of #8A6BC9
Black with #8A6BC9
Text Example
Text Example
White with #8A6BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6BC9; }
p { color: rgb(138,107,201); }
H1.HeaderClassName
{
color: #8A6BC9;
}
.AnyTagClassName
{
color: #8A6BC9;
}
</style>
background-color css
<style>
a { background-color: #8A6BC9; }
a { background-color: rgb(138,107,201); }
div.DivClassName
{
background-color: #8A6BC9;
}
.BgClassName
{
background-color: #8A6BC9;
}
</style>
border-color css
<style>
span { border-color: #8A6BC9; }
span { border-color: rgb(138,107,201); }
td.TdClassName
{
border-color: #8A6BC9;
}
.TagClassName
{
border-color: #8A6BC9;
}
</style>