Shades of Vivid Violet #8A388E
Tints of Vivid Violet #8A388E
RGB
CMYK
RGB Variations
Color information
#8A388E (or 0x8A388E) is known color: Vivid Violet. HEX triplet: 8A, 38 and 8E. RGB value is (138,56,142). Sum of RGB (Red+Green+Blue) = 138+56+142=336 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.07% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 142 - color contains mainly: blue. Hex color #8A388E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A388E is #75C771. Grayscale: #5A5A5A. Windows color (decimal): -7718770 or 9320586. OLE color: 9320586.
HSL color Cylindrical-coordinate representation of color #8A388E: hue angle of 297.21º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8A388E is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 56 | 142 | - |
| CMYK | 0.03 | 0.61 | 0 | 0.44 |
| HSL | 297.21º | 0.43% | 0.39% | - |
| HSV(B) | 297.21º | 0.61% | 0.56% | - |
| XYZ | 16.78 | 10.18 | 26.67 | - |
| YUV | 90.32 | 157.17 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 56 | 142 | 0.03 | 0.61 | 0 | 0.44 | 297.21 | 0.43 | 0.39 |
| Hex | 8A | 38 | 8E | 3 | 3D | 0 | 2C | 129 | 2B | 27 |
| Octal | 212 | 70 | 216 | 3 | 75 | 0 | 54 | 451 | 53 | 47 |
| Binary | 10001010 | 111000 | 10001110 | 11 | 111101 | 0 | 101100 | 100101001 | 101011 | 100111 |
Color Harmonies of #8A388E
Complementary color
Monochromatic Colors of #8A388E
Black with #8A388E
Text Example
Text Example
White with #8A388E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A388E; }
p { color: rgb(138,56,142); }
H1.HeaderClassName
{
color: #8A388E;
}
.AnyTagClassName
{
color: #8A388E;
}
</style>
background-color css
<style>
a { background-color: #8A388E; }
a { background-color: rgb(138,56,142); }
div.DivClassName
{
background-color: #8A388E;
}
.BgClassName
{
background-color: #8A388E;
}
</style>
border-color css
<style>
span { border-color: #8A388E; }
span { border-color: rgb(138,56,142); }
td.TdClassName
{
border-color: #8A388E;
}
.TagClassName
{
border-color: #8A388E;
}
</style>