Shades of Vivid Violet #8B479E
Tints of Vivid Violet #8B479E
RGB
CMYK
RGB Variations
Color information
#8B479E (or 0x8B479E) is known color: Vivid Violet. HEX triplet: 8B, 47 and 9E. RGB value is (139,71,158). Sum of RGB (Red+Green+Blue) = 139+71+158=368 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.77% from 368); Green value is 71 (28.12% from 255 or 19.29% from 368); Blue value is 158 (62.11% from 255 or 42.93% from 368); Max value from RGB is 158 - color contains mainly: blue. Hex color #8B479E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B479E is #74B861. Grayscale: #646464. Windows color (decimal): -7649378 or 10373003. OLE color: 10373003.
HSL color Cylindrical-coordinate representation of color #8B479E: hue angle of 286.9º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B479E is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 71 | 158 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.38 |
| HSL | 286.9º | 0.38% | 0.45% | - |
| HSV(B) | 286.9º | 0.55% | 0.62% | - |
| XYZ | 19.07 | 12.46 | 33.75 | - |
| YUV | 101.25 | 160.03 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 71 | 158 | 0.12 | 0.55 | 0 | 0.38 | 286.9 | 0.38 | 0.45 |
| Hex | 8B | 47 | 9E | C | 37 | 0 | 26 | 11F | 26 | 2D |
| Octal | 213 | 107 | 236 | 14 | 67 | 0 | 46 | 437 | 46 | 55 |
| Binary | 10001011 | 1000111 | 10011110 | 1100 | 110111 | 0 | 100110 | 100011111 | 100110 | 101101 |
Color Harmonies of #8B479E
Complementary color
Monochromatic Colors of #8B479E
Black with #8B479E
Text Example
Text Example
White with #8B479E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B479E; }
p { color: rgb(139,71,158); }
H1.HeaderClassName
{
color: #8B479E;
}
.AnyTagClassName
{
color: #8B479E;
}
</style>
background-color css
<style>
a { background-color: #8B479E; }
a { background-color: rgb(139,71,158); }
div.DivClassName
{
background-color: #8B479E;
}
.BgClassName
{
background-color: #8B479E;
}
</style>
border-color css
<style>
span { border-color: #8B479E; }
span { border-color: rgb(139,71,158); }
td.TdClassName
{
border-color: #8B479E;
}
.TagClassName
{
border-color: #8B479E;
}
</style>