Shades of True V #8A71CD
Tints of True V #8A71CD
RGB
CMYK
RGB Variations
Color information
#8A71CD (or 0x8A71CD) is known color: True V. HEX triplet: 8A, 71 and CD. RGB value is (138,113,205). Sum of RGB (Red+Green+Blue) = 138+113+205=456 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.26% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A71CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A71CD is #758E32. Grayscale: #828282. Windows color (decimal): -7704115 or 13463946. OLE color: 13463946.
HSL color Cylindrical-coordinate representation of color #8A71CD: hue angle of 256.3º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8A71CD is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 113 | 205 | - |
| CMYK | 0.33 | 0.45 | 0 | 0.20 |
| HSL | 256.3º | 0.48% | 0.62% | - |
| HSV(B) | 256.3º | 0.45% | 0.8% | - |
| XYZ | 27.41 | 21.62 | 60.49 | - |
| YUV | 130.96 | 169.78 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 113 | 205 | 0.33 | 0.45 | 0 | 0.20 | 256.3 | 0.48 | 0.62 |
| Hex | 8A | 71 | CD | 21 | 2D | 0 | 14 | 100 | 30 | 3E |
| Octal | 212 | 161 | 315 | 41 | 55 | 0 | 24 | 400 | 60 | 76 |
| Binary | 10001010 | 1110001 | 11001101 | 100001 | 101101 | 0 | 10100 | 100000000 | 110000 | 111110 |
Color Harmonies of #8A71CD
Complementary color
Monochromatic Colors of #8A71CD
Black with #8A71CD
Text Example
Text Example
White with #8A71CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A71CD; }
p { color: rgb(138,113,205); }
H1.HeaderClassName
{
color: #8A71CD;
}
.AnyTagClassName
{
color: #8A71CD;
}
</style>
background-color css
<style>
a { background-color: #8A71CD; }
a { background-color: rgb(138,113,205); }
div.DivClassName
{
background-color: #8A71CD;
}
.BgClassName
{
background-color: #8A71CD;
}
</style>
border-color css
<style>
span { border-color: #8A71CD; }
span { border-color: rgb(138,113,205); }
td.TdClassName
{
border-color: #8A71CD;
}
.TagClassName
{
border-color: #8A71CD;
}
</style>