Shades of True V #8B63CC
Tints of True V #8B63CC
RGB
CMYK
RGB Variations
Color information
#8B63CC (or 0x8B63CC) is known color: True V. HEX triplet: 8B, 63 and CC. RGB value is (139,99,204). Sum of RGB (Red+Green+Blue) = 139+99+204=442 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.45% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #8B63CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B63CC is #749C33. Grayscale: #7A7A7A. Windows color (decimal): -7642164 or 13394827. OLE color: 13394827.
HSL color Cylindrical-coordinate representation of color #8B63CC: hue angle of 262.86º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8B63CC is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 139 | 99 | 204 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.2 |
| HSL | 262.86º | 0.51% | 0.59% | - |
| HSV(B) | 262.86º | 0.51% | 0.8% | - |
| XYZ | 26.01 | 18.77 | 59.38 | - |
| YUV | 122.93 | 173.75 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 99 | 204 | 0.32 | 0.51 | 0 | 0.2 | 262.86 | 0.51 | 0.59 |
| Hex | 8B | 63 | CC | 20 | 33 | 0 | 14 | 107 | 33 | 3B |
| Octal | 213 | 143 | 314 | 40 | 63 | 0 | 24 | 407 | 63 | 73 |
| Binary | 10001011 | 1100011 | 11001100 | 100000 | 110011 | 0 | 10100 | 100000111 | 110011 | 111011 |
Color Harmonies of #8B63CC
Complementary color
Monochromatic Colors of #8B63CC
Black with #8B63CC
Text Example
Text Example
White with #8B63CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B63CC; }
p { color: rgb(139,99,204); }
H1.HeaderClassName
{
color: #8B63CC;
}
.AnyTagClassName
{
color: #8B63CC;
}
</style>
background-color css
<style>
a { background-color: #8B63CC; }
a { background-color: rgb(139,99,204); }
div.DivClassName
{
background-color: #8B63CC;
}
.BgClassName
{
background-color: #8B63CC;
}
</style>
border-color css
<style>
span { border-color: #8B63CC; }
span { border-color: rgb(139,99,204); }
td.TdClassName
{
border-color: #8B63CC;
}
.TagClassName
{
border-color: #8B63CC;
}
</style>