Shades of Vivid Violet #8C4698
Tints of Vivid Violet #8C4698
RGB
CMYK
RGB Variations
Color information
#8C4698 (or 0x8C4698) is known color: Vivid Violet. HEX triplet: 8C, 46 and 98. RGB value is (140,70,152). Sum of RGB (Red+Green+Blue) = 140+70+152=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 70 (27.73% from 255 or 19.34% from 362); Blue value is 152 (59.77% from 255 or 41.99% from 362); Max value from RGB is 152 - color contains mainly: blue. Hex color #8C4698 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4698 is #73B967. Grayscale: #646464. Windows color (decimal): -7584104 or 9979532. OLE color: 9979532.
HSL color Cylindrical-coordinate representation of color #8C4698: hue angle of 291.22º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C4698 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 140 | 70 | 152 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.40 |
| HSL | 291.22º | 0.37% | 0.44% | - |
| HSV(B) | 291.22º | 0.54% | 0.6% | - |
| XYZ | 18.67 | 12.22 | 31.08 | - |
| YUV | 100.28 | 157.19 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 70 | 152 | 0.08 | 0.54 | 0 | 0.40 | 291.22 | 0.37 | 0.44 |
| Hex | 8C | 46 | 98 | 8 | 36 | 0 | 28 | 123 | 25 | 2C |
| Octal | 214 | 106 | 230 | 10 | 66 | 0 | 50 | 443 | 45 | 54 |
| Binary | 10001100 | 1000110 | 10011000 | 1000 | 110110 | 0 | 101000 | 100100011 | 100101 | 101100 |
Color Harmonies of #8C4698
Complementary color
Monochromatic Colors of #8C4698
Black with #8C4698
Text Example
Text Example
White with #8C4698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4698; }
p { color: rgb(140,70,152); }
H1.HeaderClassName
{
color: #8C4698;
}
.AnyTagClassName
{
color: #8C4698;
}
</style>
background-color css
<style>
a { background-color: #8C4698; }
a { background-color: rgb(140,70,152); }
div.DivClassName
{
background-color: #8C4698;
}
.BgClassName
{
background-color: #8C4698;
}
</style>
border-color css
<style>
span { border-color: #8C4698; }
span { border-color: rgb(140,70,152); }
td.TdClassName
{
border-color: #8C4698;
}
.TagClassName
{
border-color: #8C4698;
}
</style>