Shades of Vivid Violet #8C4498
Tints of Vivid Violet #8C4498
RGB
CMYK
RGB Variations
Color information
#8C4498 (or 0x8C4498) is known color: Vivid Violet. HEX triplet: 8C, 44 and 98. RGB value is (140,68,152). Sum of RGB (Red+Green+Blue) = 140+68+152=360 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.89% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 152 (59.77% from 255 or 42.22% from 360); Max value from RGB is 152 - color contains mainly: blue. Hex color #8C4498 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4498 is #73BB67. Grayscale: #626262. Windows color (decimal): -7584616 or 9979020. OLE color: 9979020.
HSL color Cylindrical-coordinate representation of color #8C4498: hue angle of 291.43º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8C4498 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 140 | 68 | 152 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.40 |
| HSL | 291.43º | 0.38% | 0.43% | - |
| HSV(B) | 291.43º | 0.55% | 0.6% | - |
| XYZ | 18.55 | 11.98 | 31.04 | - |
| YUV | 99.1 | 157.85 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 68 | 152 | 0.08 | 0.55 | 0 | 0.40 | 291.43 | 0.38 | 0.43 |
| Hex | 8C | 44 | 98 | 8 | 37 | 0 | 28 | 123 | 26 | 2B |
| Octal | 214 | 104 | 230 | 10 | 67 | 0 | 50 | 443 | 46 | 53 |
| Binary | 10001100 | 1000100 | 10011000 | 1000 | 110111 | 0 | 101000 | 100100011 | 100110 | 101011 |
Color Harmonies of #8C4498
Complementary color
Monochromatic Colors of #8C4498
Black with #8C4498
Text Example
Text Example
White with #8C4498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4498; }
p { color: rgb(140,68,152); }
H1.HeaderClassName
{
color: #8C4498;
}
.AnyTagClassName
{
color: #8C4498;
}
</style>
background-color css
<style>
a { background-color: #8C4498; }
a { background-color: rgb(140,68,152); }
div.DivClassName
{
background-color: #8C4498;
}
.BgClassName
{
background-color: #8C4498;
}
</style>
border-color css
<style>
span { border-color: #8C4498; }
span { border-color: rgb(140,68,152); }
td.TdClassName
{
border-color: #8C4498;
}
.TagClassName
{
border-color: #8C4498;
}
</style>