Shades of Vivid Violet #8B398E
Tints of Vivid Violet #8B398E
RGB
CMYK
RGB Variations
Color information
#8B398E (or 0x8B398E) is known color: Vivid Violet. HEX triplet: 8B, 39 and 8E. RGB value is (139,57,142). Sum of RGB (Red+Green+Blue) = 139+57+142=338 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.12% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 142 (55.86% from 255 or 42.01% from 338); Max value from RGB is 142 - color contains mainly: blue. Hex color #8B398E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B398E is #74C671. Grayscale: #5A5A5A. Windows color (decimal): -7652978 or 9320843. OLE color: 9320843.
HSL color Cylindrical-coordinate representation of color #8B398E: hue angle of 297.88º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B398E is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 57 | 142 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.44 |
| HSL | 297.88º | 0.43% | 0.39% | - |
| HSV(B) | 297.88º | 0.6% | 0.56% | - |
| XYZ | 16.99 | 10.37 | 26.7 | - |
| YUV | 91.21 | 156.67 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 57 | 142 | 0.02 | 0.60 | 0 | 0.44 | 297.88 | 0.43 | 0.39 |
| Hex | 8B | 39 | 8E | 2 | 3C | 0 | 2C | 12A | 2B | 27 |
| Octal | 213 | 71 | 216 | 2 | 74 | 0 | 54 | 452 | 53 | 47 |
| Binary | 10001011 | 111001 | 10001110 | 10 | 111100 | 0 | 101100 | 100101010 | 101011 | 100111 |
Color Harmonies of #8B398E
Complementary color
Monochromatic Colors of #8B398E
Black with #8B398E
Text Example
Text Example
White with #8B398E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B398E; }
p { color: rgb(139,57,142); }
H1.HeaderClassName
{
color: #8B398E;
}
.AnyTagClassName
{
color: #8B398E;
}
</style>
background-color css
<style>
a { background-color: #8B398E; }
a { background-color: rgb(139,57,142); }
div.DivClassName
{
background-color: #8B398E;
}
.BgClassName
{
background-color: #8B398E;
}
</style>
border-color css
<style>
span { border-color: #8B398E; }
span { border-color: rgb(139,57,142); }
td.TdClassName
{
border-color: #8B398E;
}
.TagClassName
{
border-color: #8B398E;
}
</style>