Shades of True V #8B79C6
Tints of True V #8B79C6
RGB
CMYK
RGB Variations
Color information
#8B79C6 (or 0x8B79C6) is known color: True V. HEX triplet: 8B, 79 and C6. RGB value is (139,121,198). Sum of RGB (Red+Green+Blue) = 139+121+198=458 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.35% from 458); Green value is 121 (47.66% from 255 or 26.42% from 458); Blue value is 198 (77.73% from 255 or 43.23% from 458); Max value from RGB is 198 - color contains mainly: blue. Hex color #8B79C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B79C6 is #748639. Grayscale: #868686. Windows color (decimal): -7636538 or 13007243. OLE color: 13007243.
HSL color Cylindrical-coordinate representation of color #8B79C6: hue angle of 254.03º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8B79C6 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 121 | 198 | - |
| CMYK | 0.30 | 0.39 | 0 | 0.22 |
| HSL | 254.03º | 0.4% | 0.63% | - |
| HSV(B) | 254.03º | 0.39% | 0.78% | - |
| XYZ | 27.68 | 23.24 | 56.45 | - |
| YUV | 135.16 | 163.46 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 121 | 198 | 0.30 | 0.39 | 0 | 0.22 | 254.03 | 0.4 | 0.63 |
| Hex | 8B | 79 | C6 | 1E | 27 | 0 | 16 | FE | 28 | 3F |
| Octal | 213 | 171 | 306 | 36 | 47 | 0 | 26 | 376 | 50 | 77 |
| Binary | 10001011 | 1111001 | 11000110 | 11110 | 100111 | 0 | 10110 | 11111110 | 101000 | 111111 |
Color Harmonies of #8B79C6
Complementary color
Monochromatic Colors of #8B79C6
Black with #8B79C6
Text Example
Text Example
White with #8B79C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B79C6; }
p { color: rgb(139,121,198); }
H1.HeaderClassName
{
color: #8B79C6;
}
.AnyTagClassName
{
color: #8B79C6;
}
</style>
background-color css
<style>
a { background-color: #8B79C6; }
a { background-color: rgb(139,121,198); }
div.DivClassName
{
background-color: #8B79C6;
}
.BgClassName
{
background-color: #8B79C6;
}
</style>
border-color css
<style>
span { border-color: #8B79C6; }
span { border-color: rgb(139,121,198); }
td.TdClassName
{
border-color: #8B79C6;
}
.TagClassName
{
border-color: #8B79C6;
}
</style>