Shades of Vivid Violet #8B459E
Tints of Vivid Violet #8B459E
RGB
CMYK
RGB Variations
Color information
#8B459E (or 0x8B459E) is known color: Vivid Violet. HEX triplet: 8B, 45 and 9E. RGB value is (139,69,158). Sum of RGB (Red+Green+Blue) = 139+69+158=366 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.98% from 366); Green value is 69 (27.34% from 255 or 18.85% from 366); Blue value is 158 (62.11% from 255 or 43.17% from 366); Max value from RGB is 158 - color contains mainly: blue. Hex color #8B459E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B459E is #74BA61. Grayscale: #636363. Windows color (decimal): -7649890 or 10372491. OLE color: 10372491.
HSL color Cylindrical-coordinate representation of color #8B459E: hue angle of 287.19º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8B459E is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 69 | 158 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.38 |
| HSL | 287.19º | 0.39% | 0.45% | - |
| HSV(B) | 287.19º | 0.56% | 0.62% | - |
| XYZ | 18.95 | 12.21 | 33.71 | - |
| YUV | 100.08 | 160.69 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 69 | 158 | 0.12 | 0.56 | 0 | 0.38 | 287.19 | 0.39 | 0.45 |
| Hex | 8B | 45 | 9E | C | 38 | 0 | 26 | 11F | 27 | 2D |
| Octal | 213 | 105 | 236 | 14 | 70 | 0 | 46 | 437 | 47 | 55 |
| Binary | 10001011 | 1000101 | 10011110 | 1100 | 111000 | 0 | 100110 | 100011111 | 100111 | 101101 |
Color Harmonies of #8B459E
Complementary color
Monochromatic Colors of #8B459E
Black with #8B459E
Text Example
Text Example
White with #8B459E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B459E; }
p { color: rgb(139,69,158); }
H1.HeaderClassName
{
color: #8B459E;
}
.AnyTagClassName
{
color: #8B459E;
}
</style>
background-color css
<style>
a { background-color: #8B459E; }
a { background-color: rgb(139,69,158); }
div.DivClassName
{
background-color: #8B459E;
}
.BgClassName
{
background-color: #8B459E;
}
</style>
border-color css
<style>
span { border-color: #8B459E; }
span { border-color: rgb(139,69,158); }
td.TdClassName
{
border-color: #8B459E;
}
.TagClassName
{
border-color: #8B459E;
}
</style>