Shades of Vivid Violet #8B4184
Tints of Vivid Violet #8B4184
RGB
CMYK
RGB Variations
Color information
#8B4184 (or 0x8B4184) is known color: Vivid Violet. HEX triplet: 8B, 41 and 84. RGB value is (139,65,132). Sum of RGB (Red+Green+Blue) = 139+65+132=336 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.37% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4184 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4184 is #74BE7B. Grayscale: #5E5E5E. Windows color (decimal): -7650940 or 8667531. OLE color: 8667531.
HSL color Cylindrical-coordinate representation of color #8B4184: hue angle of 305.68º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B4184 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 65 | 132 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.45 |
| HSL | 305.68º | 0.36% | 0.4% | - |
| HSV(B) | 305.68º | 0.53% | 0.55% | - |
| XYZ | 16.7 | 10.94 | 23.06 | - |
| YUV | 94.76 | 149.02 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 65 | 132 | 0 | 0.53 | 0.05 | 0.45 | 305.68 | 0.36 | 0.4 |
| Hex | 8B | 41 | 84 | 0 | 35 | 5 | 2D | 132 | 24 | 28 |
| Octal | 213 | 101 | 204 | 0 | 65 | 5 | 55 | 462 | 44 | 50 |
| Binary | 10001011 | 1000001 | 10000100 | 0 | 110101 | 101 | 101101 | 100110010 | 100100 | 101000 |
Color Harmonies of #8B4184
Complementary color
Monochromatic Colors of #8B4184
Black with #8B4184
Text Example
Text Example
White with #8B4184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4184; }
p { color: rgb(139,65,132); }
H1.HeaderClassName
{
color: #8B4184;
}
.AnyTagClassName
{
color: #8B4184;
}
</style>
background-color css
<style>
a { background-color: #8B4184; }
a { background-color: rgb(139,65,132); }
div.DivClassName
{
background-color: #8B4184;
}
.BgClassName
{
background-color: #8B4184;
}
</style>
border-color css
<style>
span { border-color: #8B4184; }
span { border-color: rgb(139,65,132); }
td.TdClassName
{
border-color: #8B4184;
}
.TagClassName
{
border-color: #8B4184;
}
</style>