Shades of True V #8B63CA
Tints of True V #8B63CA
RGB
CMYK
RGB Variations
Color information
#8B63CA (or 0x8B63CA) is known color: True V. HEX triplet: 8B, 63 and CA. RGB value is (139,99,202). Sum of RGB (Red+Green+Blue) = 139+99+202=440 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.59% from 440); Green value is 99 (39.06% from 255 or 22.5% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #8B63CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B63CA is #749C35. Grayscale: #7A7A7A. Windows color (decimal): -7642166 or 13263755. OLE color: 13263755.
HSL color Cylindrical-coordinate representation of color #8B63CA: hue angle of 263.3º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8B63CA is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 99 | 202 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.21 |
| HSL | 263.3º | 0.49% | 0.59% | - |
| HSV(B) | 263.3º | 0.51% | 0.79% | - |
| XYZ | 25.77 | 18.68 | 58.12 | - |
| YUV | 122.7 | 172.75 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 99 | 202 | 0.31 | 0.51 | 0 | 0.21 | 263.3 | 0.49 | 0.59 |
| Hex | 8B | 63 | CA | 1F | 33 | 0 | 15 | 107 | 31 | 3B |
| Octal | 213 | 143 | 312 | 37 | 63 | 0 | 25 | 407 | 61 | 73 |
| Binary | 10001011 | 1100011 | 11001010 | 11111 | 110011 | 0 | 10101 | 100000111 | 110001 | 111011 |
Color Harmonies of #8B63CA
Complementary color
Monochromatic Colors of #8B63CA
Black with #8B63CA
Text Example
Text Example
White with #8B63CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B63CA; }
p { color: rgb(139,99,202); }
H1.HeaderClassName
{
color: #8B63CA;
}
.AnyTagClassName
{
color: #8B63CA;
}
</style>
background-color css
<style>
a { background-color: #8B63CA; }
a { background-color: rgb(139,99,202); }
div.DivClassName
{
background-color: #8B63CA;
}
.BgClassName
{
background-color: #8B63CA;
}
</style>
border-color css
<style>
span { border-color: #8B63CA; }
span { border-color: rgb(139,99,202); }
td.TdClassName
{
border-color: #8B63CA;
}
.TagClassName
{
border-color: #8B63CA;
}
</style>