Shades of True V #8B63CF
Tints of True V #8B63CF
RGB
CMYK
RGB Variations
Color information
#8B63CF (or 0x8B63CF) is known color: True V. HEX triplet: 8B, 63 and CF. RGB value is (139,99,207). Sum of RGB (Red+Green+Blue) = 139+99+207=445 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.24% from 445); Green value is 99 (39.06% from 255 or 22.25% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B63CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B63CF is #749C30. Grayscale: #7A7A7A. Windows color (decimal): -7642161 or 13591435. OLE color: 13591435.
HSL color Cylindrical-coordinate representation of color #8B63CF: hue angle of 262.22º 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 #8B63CF is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 99 | 207 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.19 |
| HSL | 262.22º | 0.53% | 0.6% | - |
| HSV(B) | 262.22º | 0.52% | 0.81% | - |
| XYZ | 26.37 | 18.92 | 61.29 | - |
| YUV | 123.27 | 175.25 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 99 | 207 | 0.33 | 0.52 | 0 | 0.19 | 262.22 | 0.53 | 0.6 |
| Hex | 8B | 63 | CF | 21 | 34 | 0 | 13 | 106 | 35 | 3C |
| Octal | 213 | 143 | 317 | 41 | 64 | 0 | 23 | 406 | 65 | 74 |
| Binary | 10001011 | 1100011 | 11001111 | 100001 | 110100 | 0 | 10011 | 100000110 | 110101 | 111100 |
Color Harmonies of #8B63CF
Complementary color
Monochromatic Colors of #8B63CF
Black with #8B63CF
Text Example
Text Example
White with #8B63CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B63CF; }
p { color: rgb(139,99,207); }
H1.HeaderClassName
{
color: #8B63CF;
}
.AnyTagClassName
{
color: #8B63CF;
}
</style>
background-color css
<style>
a { background-color: #8B63CF; }
a { background-color: rgb(139,99,207); }
div.DivClassName
{
background-color: #8B63CF;
}
.BgClassName
{
background-color: #8B63CF;
}
</style>
border-color css
<style>
span { border-color: #8B63CF; }
span { border-color: rgb(139,99,207); }
td.TdClassName
{
border-color: #8B63CF;
}
.TagClassName
{
border-color: #8B63CF;
}
</style>