Shades of Vivid Violet #8B328B
Tints of Vivid Violet #8B328B
RGB
CMYK
RGB Variations
Color information
#8B328B (or 0x8B328B) is known color: Vivid Violet. HEX triplet: 8B, 32 and 8B. RGB value is (139,50,139). Sum of RGB (Red+Green+Blue) = 139+50+139=328 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.38% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 139 - color contains mainly: red, blue. Hex color #8B328B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B328B is #74CD74. Grayscale: #565656. Windows color (decimal): -7654773 or 9122443. OLE color: 9122443.
HSL color Cylindrical-coordinate representation of color #8B328B: hue angle of 300º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8B328B is Cyan = 0, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 50 | 139 | - |
| CMYK | 0 | 0.64 | 0 | 0.45 |
| HSL | 300º | 0.47% | 0.37% | - |
| HSV(B) | 300º | 0.64% | 0.55% | - |
| XYZ | 16.45 | 9.63 | 25.42 | - |
| YUV | 86.76 | 157.49 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 50 | 139 | 0 | 0.64 | 0 | 0.45 | 300 | 0.47 | 0.37 |
| Hex | 8B | 32 | 8B | 0 | 40 | 0 | 2D | 12C | 2F | 25 |
| Octal | 213 | 62 | 213 | 0 | 100 | 0 | 55 | 454 | 57 | 45 |
| Binary | 10001011 | 110010 | 10001011 | 0 | 1000000 | 0 | 101101 | 100101100 | 101111 | 100101 |
Color Harmonies of #8B328B
Complementary color
Monochromatic Colors of #8B328B
Black with #8B328B
Text Example
Text Example
White with #8B328B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B328B; }
p { color: rgb(139,50,139); }
H1.HeaderClassName
{
color: #8B328B;
}
.AnyTagClassName
{
color: #8B328B;
}
</style>
background-color css
<style>
a { background-color: #8B328B; }
a { background-color: rgb(139,50,139); }
div.DivClassName
{
background-color: #8B328B;
}
.BgClassName
{
background-color: #8B328B;
}
</style>
border-color css
<style>
span { border-color: #8B328B; }
span { border-color: rgb(139,50,139); }
td.TdClassName
{
border-color: #8B328B;
}
.TagClassName
{
border-color: #8B328B;
}
</style>