Shades of Vivid Violet #8B388B
Tints of Vivid Violet #8B388B
RGB
CMYK
RGB Variations
Color information
#8B388B (or 0x8B388B) is known color: Vivid Violet. HEX triplet: 8B, 38 and 8B. RGB value is (139,56,139). Sum of RGB (Red+Green+Blue) = 139+56+139=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 139 - color contains mainly: red, blue. Hex color #8B388B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B388B is #74C774. Grayscale: #5A5A5A. Windows color (decimal): -7653237 or 9123979. OLE color: 9123979.
HSL color Cylindrical-coordinate representation of color #8B388B: hue angle of 300º 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 #8B388B is Cyan = 0, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 56 | 139 | - |
| CMYK | 0 | 0.60 | 0 | 0.45 |
| HSL | 300º | 0.43% | 0.38% | - |
| HSV(B) | 300º | 0.6% | 0.55% | - |
| XYZ | 16.72 | 10.18 | 25.51 | - |
| YUV | 90.28 | 155.5 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 56 | 139 | 0 | 0.60 | 0 | 0.45 | 300 | 0.43 | 0.38 |
| Hex | 8B | 38 | 8B | 0 | 3C | 0 | 2D | 12C | 2B | 26 |
| Octal | 213 | 70 | 213 | 0 | 74 | 0 | 55 | 454 | 53 | 46 |
| Binary | 10001011 | 111000 | 10001011 | 0 | 111100 | 0 | 101101 | 100101100 | 101011 | 100110 |
Color Harmonies of #8B388B
Complementary color
Monochromatic Colors of #8B388B
Black with #8B388B
Text Example
Text Example
White with #8B388B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B388B; }
p { color: rgb(139,56,139); }
H1.HeaderClassName
{
color: #8B388B;
}
.AnyTagClassName
{
color: #8B388B;
}
</style>
background-color css
<style>
a { background-color: #8B388B; }
a { background-color: rgb(139,56,139); }
div.DivClassName
{
background-color: #8B388B;
}
.BgClassName
{
background-color: #8B388B;
}
</style>
border-color css
<style>
span { border-color: #8B388B; }
span { border-color: rgb(139,56,139); }
td.TdClassName
{
border-color: #8B388B;
}
.TagClassName
{
border-color: #8B388B;
}
</style>