Shades of Vivid Violet #8B328A
Tints of Vivid Violet #8B328A
RGB
CMYK
RGB Variations
Color information
#8B328A (or 0x8B328A) is known color: Vivid Violet. HEX triplet: 8B, 32 and 8A. RGB value is (139,50,138). Sum of RGB (Red+Green+Blue) = 139+50+138=327 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.51% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 139 - color contains mainly: red. Hex color #8B328A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B328A is #74CD75. Grayscale: #565656. Windows color (decimal): -7654774 or 9056907. OLE color: 9056907.
HSL color Cylindrical-coordinate representation of color #8B328A: hue angle of 300.67º 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 #8B328A is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 50 | 138 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.45 |
| HSL | 300.67º | 0.47% | 0.37% | - |
| HSV(B) | 300.67º | 0.64% | 0.55% | - |
| XYZ | 16.38 | 9.61 | 25.04 | - |
| YUV | 86.64 | 156.99 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 50 | 138 | 0 | 0.64 | 0.01 | 0.45 | 300.67 | 0.47 | 0.37 |
| Hex | 8B | 32 | 8A | 0 | 40 | 1 | 2D | 12D | 2F | 25 |
| Octal | 213 | 62 | 212 | 0 | 100 | 1 | 55 | 455 | 57 | 45 |
| Binary | 10001011 | 110010 | 10001010 | 0 | 1000000 | 1 | 101101 | 100101101 | 101111 | 100101 |
Color Harmonies of #8B328A
Complementary color
Monochromatic Colors of #8B328A
Black with #8B328A
Text Example
Text Example
White with #8B328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B328A; }
p { color: rgb(139,50,138); }
H1.HeaderClassName
{
color: #8B328A;
}
.AnyTagClassName
{
color: #8B328A;
}
</style>
background-color css
<style>
a { background-color: #8B328A; }
a { background-color: rgb(139,50,138); }
div.DivClassName
{
background-color: #8B328A;
}
.BgClassName
{
background-color: #8B328A;
}
</style>
border-color css
<style>
span { border-color: #8B328A; }
span { border-color: rgb(139,50,138); }
td.TdClassName
{
border-color: #8B328A;
}
.TagClassName
{
border-color: #8B328A;
}
</style>