Shades of Vivid Violet #8C439E
Tints of Vivid Violet #8C439E
RGB
CMYK
RGB Variations
Color information
#8C439E (or 0x8C439E) is known color: Vivid Violet. HEX triplet: 8C, 43 and 9E. RGB value is (140,67,158). Sum of RGB (Red+Green+Blue) = 140+67+158=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 67 (26.56% from 255 or 18.36% from 365); Blue value is 158 (62.11% from 255 or 43.29% from 365); Max value from RGB is 158 - color contains mainly: blue. Hex color #8C439E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C439E is #73BC61. Grayscale: #626262. Windows color (decimal): -7584866 or 10371980. OLE color: 10371980.
HSL color Cylindrical-coordinate representation of color #8C439E: hue angle of 288.13º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8C439E is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 67 | 158 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.38 |
| HSL | 288.13º | 0.4% | 0.44% | - |
| HSV(B) | 288.13º | 0.58% | 0.62% | - |
| XYZ | 18.99 | 12.06 | 33.67 | - |
| YUV | 99.2 | 161.18 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 67 | 158 | 0.11 | 0.58 | 0 | 0.38 | 288.13 | 0.4 | 0.44 |
| Hex | 8C | 43 | 9E | B | 3A | 0 | 26 | 120 | 28 | 2C |
| Octal | 214 | 103 | 236 | 13 | 72 | 0 | 46 | 440 | 50 | 54 |
| Binary | 10001100 | 1000011 | 10011110 | 1011 | 111010 | 0 | 100110 | 100100000 | 101000 | 101100 |
Color Harmonies of #8C439E
Complementary color
Monochromatic Colors of #8C439E
Black with #8C439E
Text Example
Text Example
White with #8C439E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C439E; }
p { color: rgb(140,67,158); }
H1.HeaderClassName
{
color: #8C439E;
}
.AnyTagClassName
{
color: #8C439E;
}
</style>
background-color css
<style>
a { background-color: #8C439E; }
a { background-color: rgb(140,67,158); }
div.DivClassName
{
background-color: #8C439E;
}
.BgClassName
{
background-color: #8C439E;
}
</style>
border-color css
<style>
span { border-color: #8C439E; }
span { border-color: rgb(140,67,158); }
td.TdClassName
{
border-color: #8C439E;
}
.TagClassName
{
border-color: #8C439E;
}
</style>