Shades of True V #8B6ECF
Tints of True V #8B6ECF
RGB
CMYK
RGB Variations
Color information
#8B6ECF (or 0x8B6ECF) is known color: True V. HEX triplet: 8B, 6E and CF. RGB value is (139,110,207). Sum of RGB (Red+Green+Blue) = 139+110+207=456 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.48% from 456); Green value is 110 (43.36% from 255 or 24.12% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B6ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B6ECF is #749130. Grayscale: #818181. Windows color (decimal): -7639345 or 13594251. OLE color: 13594251.
HSL color Cylindrical-coordinate representation of color #8B6ECF: hue angle of 257.94º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B6ECF is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 110 | 207 | - |
| CMYK | 0.33 | 0.47 | 0 | 0.19 |
| HSL | 257.94º | 0.5% | 0.62% | - |
| HSV(B) | 257.94º | 0.47% | 0.81% | - |
| XYZ | 27.49 | 21.15 | 61.66 | - |
| YUV | 129.73 | 171.61 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 110 | 207 | 0.33 | 0.47 | 0 | 0.19 | 257.94 | 0.5 | 0.62 |
| Hex | 8B | 6E | CF | 21 | 2F | 0 | 13 | 102 | 32 | 3E |
| Octal | 213 | 156 | 317 | 41 | 57 | 0 | 23 | 402 | 62 | 76 |
| Binary | 10001011 | 1101110 | 11001111 | 100001 | 101111 | 0 | 10011 | 100000010 | 110010 | 111110 |
Color Harmonies of #8B6ECF
Complementary color
Monochromatic Colors of #8B6ECF
Black with #8B6ECF
Text Example
Text Example
White with #8B6ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6ECF; }
p { color: rgb(139,110,207); }
H1.HeaderClassName
{
color: #8B6ECF;
}
.AnyTagClassName
{
color: #8B6ECF;
}
</style>
background-color css
<style>
a { background-color: #8B6ECF; }
a { background-color: rgb(139,110,207); }
div.DivClassName
{
background-color: #8B6ECF;
}
.BgClassName
{
background-color: #8B6ECF;
}
</style>
border-color css
<style>
span { border-color: #8B6ECF; }
span { border-color: rgb(139,110,207); }
td.TdClassName
{
border-color: #8B6ECF;
}
.TagClassName
{
border-color: #8B6ECF;
}
</style>