Shades of Vivid Violet #8A398B
Tints of Vivid Violet #8A398B
RGB
CMYK
RGB Variations
Color information
#8A398B (or 0x8A398B) is known color: Vivid Violet. HEX triplet: 8A, 39 and 8B. RGB value is (138,57,139). Sum of RGB (Red+Green+Blue) = 138+57+139=334 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.32% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 139 - color contains mainly: blue. Hex color #8A398B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A398B is #75C674. Grayscale: #5A5A5A. Windows color (decimal): -7718517 or 9124234. OLE color: 9124234.
HSL color Cylindrical-coordinate representation of color #8A398B: hue angle of 299.27º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8A398B is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 57 | 139 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.45 |
| HSL | 299.27º | 0.42% | 0.38% | - |
| HSV(B) | 299.27º | 0.59% | 0.55% | - |
| XYZ | 16.6 | 10.19 | 25.52 | - |
| YUV | 90.57 | 155.34 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 57 | 139 | 0.01 | 0.59 | 0 | 0.45 | 299.27 | 0.42 | 0.38 |
| Hex | 8A | 39 | 8B | 1 | 3B | 0 | 2D | 12B | 2A | 26 |
| Octal | 212 | 71 | 213 | 1 | 73 | 0 | 55 | 453 | 52 | 46 |
| Binary | 10001010 | 111001 | 10001011 | 1 | 111011 | 0 | 101101 | 100101011 | 101010 | 100110 |
Color Harmonies of #8A398B
Complementary color
Monochromatic Colors of #8A398B
Black with #8A398B
Text Example
Text Example
White with #8A398B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A398B; }
p { color: rgb(138,57,139); }
H1.HeaderClassName
{
color: #8A398B;
}
.AnyTagClassName
{
color: #8A398B;
}
</style>
background-color css
<style>
a { background-color: #8A398B; }
a { background-color: rgb(138,57,139); }
div.DivClassName
{
background-color: #8A398B;
}
.BgClassName
{
background-color: #8A398B;
}
</style>
border-color css
<style>
span { border-color: #8A398B; }
span { border-color: rgb(138,57,139); }
td.TdClassName
{
border-color: #8A398B;
}
.TagClassName
{
border-color: #8A398B;
}
</style>