Shades of True V #8A70BF
Tints of True V #8A70BF
RGB
CMYK
RGB Variations
Color information
#8A70BF (or 0x8A70BF) is known color: True V. HEX triplet: 8A, 70 and BF. RGB value is (138,112,191). Sum of RGB (Red+Green+Blue) = 138+112+191=441 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.29% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 191 - color contains mainly: blue. Hex color #8A70BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A70BF is #758F40. Grayscale: #808080. Windows color (decimal): -7704385 or 12546186. OLE color: 12546186.
HSL color Cylindrical-coordinate representation of color #8A70BF: hue angle of 259.75º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8A70BF is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 112 | 191 | - |
| CMYK | 0.28 | 0.41 | 0 | 0.25 |
| HSL | 259.75º | 0.38% | 0.59% | - |
| HSV(B) | 259.75º | 0.41% | 0.75% | - |
| XYZ | 25.68 | 20.75 | 51.94 | - |
| YUV | 128.78 | 163.11 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 112 | 191 | 0.28 | 0.41 | 0 | 0.25 | 259.75 | 0.38 | 0.59 |
| Hex | 8A | 70 | BF | 1C | 29 | 0 | 19 | 104 | 26 | 3B |
| Octal | 212 | 160 | 277 | 34 | 51 | 0 | 31 | 404 | 46 | 73 |
| Binary | 10001010 | 1110000 | 10111111 | 11100 | 101001 | 0 | 11001 | 100000100 | 100110 | 111011 |
Color Harmonies of #8A70BF
Complementary color
Monochromatic Colors of #8A70BF
Black with #8A70BF
Text Example
Text Example
White with #8A70BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A70BF; }
p { color: rgb(138,112,191); }
H1.HeaderClassName
{
color: #8A70BF;
}
.AnyTagClassName
{
color: #8A70BF;
}
</style>
background-color css
<style>
a { background-color: #8A70BF; }
a { background-color: rgb(138,112,191); }
div.DivClassName
{
background-color: #8A70BF;
}
.BgClassName
{
background-color: #8A70BF;
}
</style>
border-color css
<style>
span { border-color: #8A70BF; }
span { border-color: rgb(138,112,191); }
td.TdClassName
{
border-color: #8A70BF;
}
.TagClassName
{
border-color: #8A70BF;
}
</style>