Shades of Vivid Violet #8B469A
Tints of Vivid Violet #8B469A
RGB
CMYK
RGB Variations
Color information
#8B469A (or 0x8B469A) is known color: Vivid Violet. HEX triplet: 8B, 46 and 9A. RGB value is (139,70,154). Sum of RGB (Red+Green+Blue) = 139+70+154=363 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.29% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 154 (60.55% from 255 or 42.42% from 363); Max value from RGB is 154 - color contains mainly: blue. Hex color #8B469A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B469A is #74B965. Grayscale: #636363. Windows color (decimal): -7649638 or 10110603. OLE color: 10110603.
HSL color Cylindrical-coordinate representation of color #8B469A: hue angle of 289.29º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B469A is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 139 | 70 | 154 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.40 |
| HSL | 289.29º | 0.38% | 0.44% | - |
| HSV(B) | 289.29º | 0.55% | 0.6% | - |
| XYZ | 18.67 | 12.2 | 31.94 | - |
| YUV | 100.21 | 158.36 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 70 | 154 | 0.10 | 0.55 | 0 | 0.40 | 289.29 | 0.38 | 0.44 |
| Hex | 8B | 46 | 9A | A | 37 | 0 | 28 | 121 | 26 | 2C |
| Octal | 213 | 106 | 232 | 12 | 67 | 0 | 50 | 441 | 46 | 54 |
| Binary | 10001011 | 1000110 | 10011010 | 1010 | 110111 | 0 | 101000 | 100100001 | 100110 | 101100 |
Color Harmonies of #8B469A
Complementary color
Monochromatic Colors of #8B469A
Black with #8B469A
Text Example
Text Example
White with #8B469A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B469A; }
p { color: rgb(139,70,154); }
H1.HeaderClassName
{
color: #8B469A;
}
.AnyTagClassName
{
color: #8B469A;
}
</style>
background-color css
<style>
a { background-color: #8B469A; }
a { background-color: rgb(139,70,154); }
div.DivClassName
{
background-color: #8B469A;
}
.BgClassName
{
background-color: #8B469A;
}
</style>
border-color css
<style>
span { border-color: #8B469A; }
span { border-color: rgb(139,70,154); }
td.TdClassName
{
border-color: #8B469A;
}
.TagClassName
{
border-color: #8B469A;
}
</style>