Shades of Vivid Violet #8B3EA6
Tints of Vivid Violet #8B3EA6
RGB
CMYK
RGB Variations
Color information
#8B3EA6 (or 0x8B3EA6) is known color: Vivid Violet. HEX triplet: 8B, 3E and A6. RGB value is (139,62,166). Sum of RGB (Red+Green+Blue) = 139+62+166=367 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.87% from 367); Green value is 62 (24.61% from 255 or 16.89% from 367); Blue value is 166 (65.23% from 255 or 45.23% from 367); Max value from RGB is 166 - color contains mainly: blue. Hex color #8B3EA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3EA6 is #74C159. Grayscale: #606060. Windows color (decimal): -7651674 or 10894987. OLE color: 10894987.
HSL color Cylindrical-coordinate representation of color #8B3EA6: hue angle of 284.42º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8B3EA6 is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 139 | 62 | 166 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.35 |
| HSL | 284.42º | 0.46% | 0.45% | - |
| HSV(B) | 284.42º | 0.63% | 0.65% | - |
| XYZ | 19.25 | 11.69 | 37.32 | - |
| YUV | 96.88 | 167.01 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 62 | 166 | 0.16 | 0.63 | 0 | 0.35 | 284.42 | 0.46 | 0.45 |
| Hex | 8B | 3E | A6 | 10 | 3F | 0 | 23 | 11C | 2E | 2D |
| Octal | 213 | 76 | 246 | 20 | 77 | 0 | 43 | 434 | 56 | 55 |
| Binary | 10001011 | 111110 | 10100110 | 10000 | 111111 | 0 | 100011 | 100011100 | 101110 | 101101 |
Color Harmonies of #8B3EA6
Complementary color
Monochromatic Colors of #8B3EA6
Black with #8B3EA6
Text Example
Text Example
White with #8B3EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3EA6; }
p { color: rgb(139,62,166); }
H1.HeaderClassName
{
color: #8B3EA6;
}
.AnyTagClassName
{
color: #8B3EA6;
}
</style>
background-color css
<style>
a { background-color: #8B3EA6; }
a { background-color: rgb(139,62,166); }
div.DivClassName
{
background-color: #8B3EA6;
}
.BgClassName
{
background-color: #8B3EA6;
}
</style>
border-color css
<style>
span { border-color: #8B3EA6; }
span { border-color: rgb(139,62,166); }
td.TdClassName
{
border-color: #8B3EA6;
}
.TagClassName
{
border-color: #8B3EA6;
}
</style>