Shades of True V #8A63CE
Tints of True V #8A63CE
RGB
CMYK
RGB Variations
Color information
#8A63CE (or 0x8A63CE) is known color: True V. HEX triplet: 8A, 63 and CE. RGB value is (138,99,206). Sum of RGB (Red+Green+Blue) = 138+99+206=443 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.15% from 443); Green value is 99 (39.06% from 255 or 22.35% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A63CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A63CE is #759C31. Grayscale: #7A7A7A. Windows color (decimal): -7707698 or 13525898. OLE color: 13525898.
HSL color Cylindrical-coordinate representation of color #8A63CE: hue angle of 261.87º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8A63CE is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 99 | 206 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.19 |
| HSL | 261.87º | 0.52% | 0.6% | - |
| HSV(B) | 261.87º | 0.52% | 0.81% | - |
| XYZ | 26.08 | 18.78 | 60.64 | - |
| YUV | 122.86 | 174.92 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 99 | 206 | 0.33 | 0.52 | 0 | 0.19 | 261.87 | 0.52 | 0.6 |
| Hex | 8A | 63 | CE | 21 | 34 | 0 | 13 | 106 | 34 | 3C |
| Octal | 212 | 143 | 316 | 41 | 64 | 0 | 23 | 406 | 64 | 74 |
| Binary | 10001010 | 1100011 | 11001110 | 100001 | 110100 | 0 | 10011 | 100000110 | 110100 | 111100 |
Color Harmonies of #8A63CE
Complementary color
Monochromatic Colors of #8A63CE
Black with #8A63CE
Text Example
Text Example
White with #8A63CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A63CE; }
p { color: rgb(138,99,206); }
H1.HeaderClassName
{
color: #8A63CE;
}
.AnyTagClassName
{
color: #8A63CE;
}
</style>
background-color css
<style>
a { background-color: #8A63CE; }
a { background-color: rgb(138,99,206); }
div.DivClassName
{
background-color: #8A63CE;
}
.BgClassName
{
background-color: #8A63CE;
}
</style>
border-color css
<style>
span { border-color: #8A63CE; }
span { border-color: rgb(138,99,206); }
td.TdClassName
{
border-color: #8A63CE;
}
.TagClassName
{
border-color: #8A63CE;
}
</style>