Shades of True V #8A70CE
Tints of True V #8A70CE
RGB
CMYK
RGB Variations
Color information
#8A70CE (or 0x8A70CE) is known color: True V. HEX triplet: 8A, 70 and CE. RGB value is (138,112,206). Sum of RGB (Red+Green+Blue) = 138+112+206=456 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.26% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A70CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A70CE is #758F31. Grayscale: #828282. Windows color (decimal): -7704370 or 13529226. OLE color: 13529226.
HSL color Cylindrical-coordinate representation of color #8A70CE: hue angle of 256.6º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A70CE is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 112 | 206 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.19 |
| HSL | 256.6º | 0.49% | 0.62% | - |
| HSV(B) | 256.6º | 0.46% | 0.81% | - |
| XYZ | 27.42 | 21.45 | 61.09 | - |
| YUV | 130.49 | 170.61 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 112 | 206 | 0.33 | 0.46 | 0 | 0.19 | 256.6 | 0.49 | 0.62 |
| Hex | 8A | 70 | CE | 21 | 2E | 0 | 13 | 101 | 31 | 3E |
| Octal | 212 | 160 | 316 | 41 | 56 | 0 | 23 | 401 | 61 | 76 |
| Binary | 10001010 | 1110000 | 11001110 | 100001 | 101110 | 0 | 10011 | 100000001 | 110001 | 111110 |
Color Harmonies of #8A70CE
Complementary color
Monochromatic Colors of #8A70CE
Black with #8A70CE
Text Example
Text Example
White with #8A70CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A70CE; }
p { color: rgb(138,112,206); }
H1.HeaderClassName
{
color: #8A70CE;
}
.AnyTagClassName
{
color: #8A70CE;
}
</style>
background-color css
<style>
a { background-color: #8A70CE; }
a { background-color: rgb(138,112,206); }
div.DivClassName
{
background-color: #8A70CE;
}
.BgClassName
{
background-color: #8A70CE;
}
</style>
border-color css
<style>
span { border-color: #8A70CE; }
span { border-color: rgb(138,112,206); }
td.TdClassName
{
border-color: #8A70CE;
}
.TagClassName
{
border-color: #8A70CE;
}
</style>