Shades of True V #8A63CF
Tints of True V #8A63CF
RGB
CMYK
RGB Variations
Color information
#8A63CF (or 0x8A63CF) is known color: True V. HEX triplet: 8A, 63 and CF. RGB value is (138,99,207). Sum of RGB (Red+Green+Blue) = 138+99+207=444 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.08% from 444); Green value is 99 (39.06% from 255 or 22.30% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #8A63CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A63CF is #759C30. Grayscale: #7A7A7A. Windows color (decimal): -7707697 or 13591434. OLE color: 13591434.
HSL color Cylindrical-coordinate representation of color #8A63CF: hue angle of 261.67º degrees, saturation: 0.53, 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 #8A63CF is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 99 | 207 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.19 |
| HSL | 261.67º | 0.53% | 0.6% | - |
| HSV(B) | 261.67º | 0.52% | 0.81% | - |
| XYZ | 26.21 | 18.83 | 61.29 | - |
| YUV | 122.97 | 175.42 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 99 | 207 | 0.33 | 0.52 | 0 | 0.19 | 261.67 | 0.53 | 0.6 |
| Hex | 8A | 63 | CF | 21 | 34 | 0 | 13 | 106 | 35 | 3C |
| Octal | 212 | 143 | 317 | 41 | 64 | 0 | 23 | 406 | 65 | 74 |
| Binary | 10001010 | 1100011 | 11001111 | 100001 | 110100 | 0 | 10011 | 100000110 | 110101 | 111100 |
Color Harmonies of #8A63CF
Complementary color
Monochromatic Colors of #8A63CF
Black with #8A63CF
Text Example
Text Example
White with #8A63CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A63CF; }
p { color: rgb(138,99,207); }
H1.HeaderClassName
{
color: #8A63CF;
}
.AnyTagClassName
{
color: #8A63CF;
}
</style>
background-color css
<style>
a { background-color: #8A63CF; }
a { background-color: rgb(138,99,207); }
div.DivClassName
{
background-color: #8A63CF;
}
.BgClassName
{
background-color: #8A63CF;
}
</style>
border-color css
<style>
span { border-color: #8A63CF; }
span { border-color: rgb(138,99,207); }
td.TdClassName
{
border-color: #8A63CF;
}
.TagClassName
{
border-color: #8A63CF;
}
</style>