Shades of True V #8B69C1
Tints of True V #8B69C1
RGB
CMYK
RGB Variations
Color information
#8B69C1 (or 0x8B69C1) is known color: True V. HEX triplet: 8B, 69 and C1. RGB value is (139,105,193). Sum of RGB (Red+Green+Blue) = 139+105+193=437 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.81% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 193 (75.78% from 255 or 44.16% from 437); Max value from RGB is 193 - color contains mainly: blue. Hex color #8B69C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B69C1 is #74963E. Grayscale: #7C7C7C. Windows color (decimal): -7640639 or 12675467. OLE color: 12675467.
HSL color Cylindrical-coordinate representation of color #8B69C1: hue angle of 263.18º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8B69C1 is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 105 | 193 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.24 |
| HSL | 263.18º | 0.42% | 0.58% | - |
| HSV(B) | 263.18º | 0.46% | 0.76% | - |
| XYZ | 25.32 | 19.44 | 52.87 | - |
| YUV | 125.2 | 166.26 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 105 | 193 | 0.28 | 0.46 | 0 | 0.24 | 263.18 | 0.42 | 0.58 |
| Hex | 8B | 69 | C1 | 1C | 2E | 0 | 18 | 107 | 2A | 3A |
| Octal | 213 | 151 | 301 | 34 | 56 | 0 | 30 | 407 | 52 | 72 |
| Binary | 10001011 | 1101001 | 11000001 | 11100 | 101110 | 0 | 11000 | 100000111 | 101010 | 111010 |
Color Harmonies of #8B69C1
Complementary color
Monochromatic Colors of #8B69C1
Black with #8B69C1
Text Example
Text Example
White with #8B69C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B69C1; }
p { color: rgb(139,105,193); }
H1.HeaderClassName
{
color: #8B69C1;
}
.AnyTagClassName
{
color: #8B69C1;
}
</style>
background-color css
<style>
a { background-color: #8B69C1; }
a { background-color: rgb(139,105,193); }
div.DivClassName
{
background-color: #8B69C1;
}
.BgClassName
{
background-color: #8B69C1;
}
</style>
border-color css
<style>
span { border-color: #8B69C1; }
span { border-color: rgb(139,105,193); }
td.TdClassName
{
border-color: #8B69C1;
}
.TagClassName
{
border-color: #8B69C1;
}
</style>