Shades of Vivid Violet #8B468A
Tints of Vivid Violet #8B468A
RGB
CMYK
RGB Variations
Color information
#8B468A (or 0x8B468A) is known color: Vivid Violet. HEX triplet: 8B, 46 and 8A. RGB value is (139,70,138). Sum of RGB (Red+Green+Blue) = 139+70+138=347 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.06% from 347); Green value is 70 (27.73% from 255 or 20.17% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 139 - color contains mainly: red. Hex color #8B468A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B468A is #74B975. Grayscale: #626262. Windows color (decimal): -7649654 or 9062027. OLE color: 9062027.
HSL color Cylindrical-coordinate representation of color #8B468A: hue angle of 300.87º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B468A is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 70 | 138 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.45 |
| HSL | 300.87º | 0.33% | 0.41% | - |
| HSV(B) | 300.87º | 0.5% | 0.55% | - |
| XYZ | 17.43 | 11.7 | 25.39 | - |
| YUV | 98.38 | 150.36 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 70 | 138 | 0 | 0.50 | 0.01 | 0.45 | 300.87 | 0.33 | 0.41 |
| Hex | 8B | 46 | 8A | 0 | 32 | 1 | 2D | 12D | 21 | 29 |
| Octal | 213 | 106 | 212 | 0 | 62 | 1 | 55 | 455 | 41 | 51 |
| Binary | 10001011 | 1000110 | 10001010 | 0 | 110010 | 1 | 101101 | 100101101 | 100001 | 101001 |
Color Harmonies of #8B468A
Complementary color
Monochromatic Colors of #8B468A
Black with #8B468A
Text Example
Text Example
White with #8B468A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B468A; }
p { color: rgb(139,70,138); }
H1.HeaderClassName
{
color: #8B468A;
}
.AnyTagClassName
{
color: #8B468A;
}
</style>
background-color css
<style>
a { background-color: #8B468A; }
a { background-color: rgb(139,70,138); }
div.DivClassName
{
background-color: #8B468A;
}
.BgClassName
{
background-color: #8B468A;
}
</style>
border-color css
<style>
span { border-color: #8B468A; }
span { border-color: rgb(139,70,138); }
td.TdClassName
{
border-color: #8B468A;
}
.TagClassName
{
border-color: #8B468A;
}
</style>