Shades of Vivid Violet #8E338B
Tints of Vivid Violet #8E338B
RGB
CMYK
RGB Variations
Color information
#8E338B (or 0x8E338B) is known color: Vivid Violet. HEX triplet: 8E, 33 and 8B. RGB value is (142,51,139). Sum of RGB (Red+Green+Blue) = 142+51+139=332 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.77% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 142 - color contains mainly: red. Hex color #8E338B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E338B is #71CC74. Grayscale: #575757. Windows color (decimal): -7457909 or 9122702. OLE color: 9122702.
HSL color Cylindrical-coordinate representation of color #8E338B: hue angle of 301.98º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8E338B is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 51 | 139 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.44 |
| HSL | 301.98º | 0.47% | 0.38% | - |
| HSV(B) | 301.98º | 0.64% | 0.56% | - |
| XYZ | 17 | 9.98 | 25.46 | - |
| YUV | 88.24 | 156.65 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 51 | 139 | 0 | 0.64 | 0.02 | 0.44 | 301.98 | 0.47 | 0.38 |
| Hex | 8E | 33 | 8B | 0 | 40 | 2 | 2C | 12E | 2F | 26 |
| Octal | 216 | 63 | 213 | 0 | 100 | 2 | 54 | 456 | 57 | 46 |
| Binary | 10001110 | 110011 | 10001011 | 0 | 1000000 | 10 | 101100 | 100101110 | 101111 | 100110 |
Color Harmonies of #8E338B
Complementary color
Monochromatic Colors of #8E338B
Black with #8E338B
Text Example
Text Example
White with #8E338B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E338B; }
p { color: rgb(142,51,139); }
H1.HeaderClassName
{
color: #8E338B;
}
.AnyTagClassName
{
color: #8E338B;
}
</style>
background-color css
<style>
a { background-color: #8E338B; }
a { background-color: rgb(142,51,139); }
div.DivClassName
{
background-color: #8E338B;
}
.BgClassName
{
background-color: #8E338B;
}
</style>
border-color css
<style>
span { border-color: #8E338B; }
span { border-color: rgb(142,51,139); }
td.TdClassName
{
border-color: #8E338B;
}
.TagClassName
{
border-color: #8E338B;
}
</style>