Shades of True V #8B63CE
Tints of True V #8B63CE
RGB
CMYK
RGB Variations
Color information
#8B63CE (or 0x8B63CE) is known color: True V. HEX triplet: 8B, 63 and CE. RGB value is (139,99,206). Sum of RGB (Red+Green+Blue) = 139+99+206=444 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.31% from 444); Green value is 99 (39.06% from 255 or 22.30% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B63CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B63CE is #749C31. Grayscale: #7A7A7A. Windows color (decimal): -7642162 or 13525899. OLE color: 13525899.
HSL color Cylindrical-coordinate representation of color #8B63CE: hue angle of 262.43º 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 #8B63CE is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 99 | 206 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.19 |
| HSL | 262.43º | 0.52% | 0.6% | - |
| HSV(B) | 262.43º | 0.52% | 0.81% | - |
| XYZ | 26.25 | 18.87 | 60.65 | - |
| YUV | 123.16 | 174.75 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 99 | 206 | 0.33 | 0.52 | 0 | 0.19 | 262.43 | 0.52 | 0.6 |
| Hex | 8B | 63 | CE | 21 | 34 | 0 | 13 | 106 | 34 | 3C |
| Octal | 213 | 143 | 316 | 41 | 64 | 0 | 23 | 406 | 64 | 74 |
| Binary | 10001011 | 1100011 | 11001110 | 100001 | 110100 | 0 | 10011 | 100000110 | 110100 | 111100 |
Color Harmonies of #8B63CE
Complementary color
Monochromatic Colors of #8B63CE
Black with #8B63CE
Text Example
Text Example
White with #8B63CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B63CE; }
p { color: rgb(139,99,206); }
H1.HeaderClassName
{
color: #8B63CE;
}
.AnyTagClassName
{
color: #8B63CE;
}
</style>
background-color css
<style>
a { background-color: #8B63CE; }
a { background-color: rgb(139,99,206); }
div.DivClassName
{
background-color: #8B63CE;
}
.BgClassName
{
background-color: #8B63CE;
}
</style>
border-color css
<style>
span { border-color: #8B63CE; }
span { border-color: rgb(139,99,206); }
td.TdClassName
{
border-color: #8B63CE;
}
.TagClassName
{
border-color: #8B63CE;
}
</style>