Shades of True V #8A6ACF
Tints of True V #8A6ACF
RGB
CMYK
RGB Variations
Color information
#8A6ACF (or 0x8A6ACF) is known color: True V. HEX triplet: 8A, 6A and CF. RGB value is (138,106,207). Sum of RGB (Red+Green+Blue) = 138+106+207=451 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.60% from 451); Green value is 106 (41.80% from 255 or 23.50% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #8A6ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6ACF is #759530. Grayscale: #7E7E7E. Windows color (decimal): -7705905 or 13593226. OLE color: 13593226.
HSL color Cylindrical-coordinate representation of color #8A6ACF: hue angle of 259.01º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8A6ACF is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 106 | 207 | - |
| CMYK | 0.33 | 0.49 | 0 | 0.19 |
| HSL | 259.01º | 0.51% | 0.61% | - |
| HSV(B) | 259.01º | 0.49% | 0.81% | - |
| XYZ | 26.9 | 20.22 | 61.52 | - |
| YUV | 127.08 | 173.1 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 106 | 207 | 0.33 | 0.49 | 0 | 0.19 | 259.01 | 0.51 | 0.61 |
| Hex | 8A | 6A | CF | 21 | 31 | 0 | 13 | 103 | 33 | 3D |
| Octal | 212 | 152 | 317 | 41 | 61 | 0 | 23 | 403 | 63 | 75 |
| Binary | 10001010 | 1101010 | 11001111 | 100001 | 110001 | 0 | 10011 | 100000011 | 110011 | 111101 |
Color Harmonies of #8A6ACF
Complementary color
Monochromatic Colors of #8A6ACF
Black with #8A6ACF
Text Example
Text Example
White with #8A6ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6ACF; }
p { color: rgb(138,106,207); }
H1.HeaderClassName
{
color: #8A6ACF;
}
.AnyTagClassName
{
color: #8A6ACF;
}
</style>
background-color css
<style>
a { background-color: #8A6ACF; }
a { background-color: rgb(138,106,207); }
div.DivClassName
{
background-color: #8A6ACF;
}
.BgClassName
{
background-color: #8A6ACF;
}
</style>
border-color css
<style>
span { border-color: #8A6ACF; }
span { border-color: rgb(138,106,207); }
td.TdClassName
{
border-color: #8A6ACF;
}
.TagClassName
{
border-color: #8A6ACF;
}
</style>