Shades of Vivid Violet #8B3884
Tints of Vivid Violet #8B3884
RGB
CMYK
RGB Variations
Color information
#8B3884 (or 0x8B3884) is known color: Vivid Violet. HEX triplet: 8B, 38 and 84. RGB value is (139,56,132). Sum of RGB (Red+Green+Blue) = 139+56+132=327 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.51% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3884 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3884 is #74C77B. Grayscale: #595959. Windows color (decimal): -7653244 or 8665227. OLE color: 8665227.
HSL color Cylindrical-coordinate representation of color #8B3884: hue angle of 305.06º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B3884 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 56 | 132 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.45 |
| HSL | 305.06º | 0.43% | 0.38% | - |
| HSV(B) | 305.06º | 0.6% | 0.55% | - |
| XYZ | 16.23 | 9.98 | 22.9 | - |
| YUV | 89.48 | 152 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 56 | 132 | 0 | 0.60 | 0.05 | 0.45 | 305.06 | 0.43 | 0.38 |
| Hex | 8B | 38 | 84 | 0 | 3C | 5 | 2D | 131 | 2B | 26 |
| Octal | 213 | 70 | 204 | 0 | 74 | 5 | 55 | 461 | 53 | 46 |
| Binary | 10001011 | 111000 | 10000100 | 0 | 111100 | 101 | 101101 | 100110001 | 101011 | 100110 |
Color Harmonies of #8B3884
Complementary color
Monochromatic Colors of #8B3884
Black with #8B3884
Text Example
Text Example
White with #8B3884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3884; }
p { color: rgb(139,56,132); }
H1.HeaderClassName
{
color: #8B3884;
}
.AnyTagClassName
{
color: #8B3884;
}
</style>
background-color css
<style>
a { background-color: #8B3884; }
a { background-color: rgb(139,56,132); }
div.DivClassName
{
background-color: #8B3884;
}
.BgClassName
{
background-color: #8B3884;
}
</style>
border-color css
<style>
span { border-color: #8B3884; }
span { border-color: rgb(139,56,132); }
td.TdClassName
{
border-color: #8B3884;
}
.TagClassName
{
border-color: #8B3884;
}
</style>