Shades of True V #8A6ECF
Tints of True V #8A6ECF
RGB
CMYK
RGB Variations
Color information
#8A6ECF (or 0x8A6ECF) is known color: True V. HEX triplet: 8A, 6E and CF. RGB value is (138,110,207). Sum of RGB (Red+Green+Blue) = 138+110+207=455 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.33% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #8A6ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6ECF is #759130. Grayscale: #818181. Windows color (decimal): -7704881 or 13594250. OLE color: 13594250.
HSL color Cylindrical-coordinate representation of color #8A6ECF: hue angle of 257.32º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A6ECF is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 110 | 207 | - |
| CMYK | 0.33 | 0.47 | 0 | 0.19 |
| HSL | 257.32º | 0.5% | 0.62% | - |
| HSV(B) | 257.32º | 0.47% | 0.81% | - |
| XYZ | 27.32 | 21.06 | 61.66 | - |
| YUV | 129.43 | 171.78 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 110 | 207 | 0.33 | 0.47 | 0 | 0.19 | 257.32 | 0.5 | 0.62 |
| Hex | 8A | 6E | CF | 21 | 2F | 0 | 13 | 101 | 32 | 3E |
| Octal | 212 | 156 | 317 | 41 | 57 | 0 | 23 | 401 | 62 | 76 |
| Binary | 10001010 | 1101110 | 11001111 | 100001 | 101111 | 0 | 10011 | 100000001 | 110010 | 111110 |
Color Harmonies of #8A6ECF
Complementary color
Monochromatic Colors of #8A6ECF
Black with #8A6ECF
Text Example
Text Example
White with #8A6ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6ECF; }
p { color: rgb(138,110,207); }
H1.HeaderClassName
{
color: #8A6ECF;
}
.AnyTagClassName
{
color: #8A6ECF;
}
</style>
background-color css
<style>
a { background-color: #8A6ECF; }
a { background-color: rgb(138,110,207); }
div.DivClassName
{
background-color: #8A6ECF;
}
.BgClassName
{
background-color: #8A6ECF;
}
</style>
border-color css
<style>
span { border-color: #8A6ECF; }
span { border-color: rgb(138,110,207); }
td.TdClassName
{
border-color: #8A6ECF;
}
.TagClassName
{
border-color: #8A6ECF;
}
</style>