Shades of Vivid Violet #8B3D8E
Tints of Vivid Violet #8B3D8E
RGB
CMYK
RGB Variations
Color information
#8B3D8E (or 0x8B3D8E) is known color: Vivid Violet. HEX triplet: 8B, 3D and 8E. RGB value is (139,61,142). Sum of RGB (Red+Green+Blue) = 139+61+142=342 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.64% from 342); Green value is 61 (24.22% from 255 or 17.84% from 342); Blue value is 142 (55.86% from 255 or 41.52% from 342); Max value from RGB is 142 - color contains mainly: blue. Hex color #8B3D8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3D8E is #74C271. Grayscale: #5D5D5D. Windows color (decimal): -7651954 or 9321867. OLE color: 9321867.
HSL color Cylindrical-coordinate representation of color #8B3D8E: hue angle of 297.78º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8B3D8E is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 61 | 142 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.44 |
| HSL | 297.78º | 0.4% | 0.4% | - |
| HSV(B) | 297.78º | 0.57% | 0.56% | - |
| XYZ | 17.2 | 10.78 | 26.77 | - |
| YUV | 93.56 | 155.34 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 61 | 142 | 0.02 | 0.57 | 0 | 0.44 | 297.78 | 0.4 | 0.4 |
| Hex | 8B | 3D | 8E | 2 | 39 | 0 | 2C | 12A | 28 | 28 |
| Octal | 213 | 75 | 216 | 2 | 71 | 0 | 54 | 452 | 50 | 50 |
| Binary | 10001011 | 111101 | 10001110 | 10 | 111001 | 0 | 101100 | 100101010 | 101000 | 101000 |
Color Harmonies of #8B3D8E
Complementary color
Monochromatic Colors of #8B3D8E
Black with #8B3D8E
Text Example
Text Example
White with #8B3D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3D8E; }
p { color: rgb(139,61,142); }
H1.HeaderClassName
{
color: #8B3D8E;
}
.AnyTagClassName
{
color: #8B3D8E;
}
</style>
background-color css
<style>
a { background-color: #8B3D8E; }
a { background-color: rgb(139,61,142); }
div.DivClassName
{
background-color: #8B3D8E;
}
.BgClassName
{
background-color: #8B3D8E;
}
</style>
border-color css
<style>
span { border-color: #8B3D8E; }
span { border-color: rgb(139,61,142); }
td.TdClassName
{
border-color: #8B3D8E;
}
.TagClassName
{
border-color: #8B3D8E;
}
</style>