Shades of True V #8B64CF
Tints of True V #8B64CF
RGB
CMYK
RGB Variations
Color information
#8B64CF (or 0x8B64CF) is known color: True V. HEX triplet: 8B, 64 and CF. RGB value is (139,100,207). Sum of RGB (Red+Green+Blue) = 139+100+207=446 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.17% from 446); Green value is 100 (39.45% from 255 or 22.42% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B64CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B64CF is #749B30. Grayscale: #7B7B7B. Windows color (decimal): -7641905 or 13591691. OLE color: 13591691.
HSL color Cylindrical-coordinate representation of color #8B64CF: hue angle of 261.87º 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 #8B64CF is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 100 | 207 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.19 |
| HSL | 261.87º | 0.53% | 0.6% | - |
| HSV(B) | 261.87º | 0.52% | 0.81% | - |
| XYZ | 26.47 | 19.11 | 61.32 | - |
| YUV | 123.86 | 174.92 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 100 | 207 | 0.33 | 0.52 | 0 | 0.19 | 261.87 | 0.53 | 0.6 |
| Hex | 8B | 64 | CF | 21 | 34 | 0 | 13 | 106 | 35 | 3C |
| Octal | 213 | 144 | 317 | 41 | 64 | 0 | 23 | 406 | 65 | 74 |
| Binary | 10001011 | 1100100 | 11001111 | 100001 | 110100 | 0 | 10011 | 100000110 | 110101 | 111100 |
Color Harmonies of #8B64CF
Complementary color
Monochromatic Colors of #8B64CF
Black with #8B64CF
Text Example
Text Example
White with #8B64CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B64CF; }
p { color: rgb(139,100,207); }
H1.HeaderClassName
{
color: #8B64CF;
}
.AnyTagClassName
{
color: #8B64CF;
}
</style>
background-color css
<style>
a { background-color: #8B64CF; }
a { background-color: rgb(139,100,207); }
div.DivClassName
{
background-color: #8B64CF;
}
.BgClassName
{
background-color: #8B64CF;
}
</style>
border-color css
<style>
span { border-color: #8B64CF; }
span { border-color: rgb(139,100,207); }
td.TdClassName
{
border-color: #8B64CF;
}
.TagClassName
{
border-color: #8B64CF;
}
</style>