Shades of Vivid Violet #8C3088
Tints of Vivid Violet #8C3088
RGB
CMYK
RGB Variations
Color information
#8C3088 (or 0x8C3088) is known color: Vivid Violet. HEX triplet: 8C, 30 and 88. RGB value is (140,48,136). Sum of RGB (Red+Green+Blue) = 140+48+136=324 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.21% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3088 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3088 is #73CF77. Grayscale: #555555. Windows color (decimal): -7589752 or 8925324. OLE color: 8925324.
HSL color Cylindrical-coordinate representation of color #8C3088: hue angle of 302.61º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C3088 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 48 | 136 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.45 |
| HSL | 302.61º | 0.49% | 0.37% | - |
| HSV(B) | 302.61º | 0.66% | 0.55% | - |
| XYZ | 16.32 | 9.47 | 24.26 | - |
| YUV | 85.54 | 156.48 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 48 | 136 | 0 | 0.66 | 0.03 | 0.45 | 302.61 | 0.49 | 0.37 |
| Hex | 8C | 30 | 88 | 0 | 42 | 3 | 2D | 12F | 31 | 25 |
| Octal | 214 | 60 | 210 | 0 | 102 | 3 | 55 | 457 | 61 | 45 |
| Binary | 10001100 | 110000 | 10001000 | 0 | 1000010 | 11 | 101101 | 100101111 | 110001 | 100101 |
Color Harmonies of #8C3088
Complementary color
Monochromatic Colors of #8C3088
Black with #8C3088
Text Example
Text Example
White with #8C3088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3088; }
p { color: rgb(140,48,136); }
H1.HeaderClassName
{
color: #8C3088;
}
.AnyTagClassName
{
color: #8C3088;
}
</style>
background-color css
<style>
a { background-color: #8C3088; }
a { background-color: rgb(140,48,136); }
div.DivClassName
{
background-color: #8C3088;
}
.BgClassName
{
background-color: #8C3088;
}
</style>
border-color css
<style>
span { border-color: #8C3088; }
span { border-color: rgb(140,48,136); }
td.TdClassName
{
border-color: #8C3088;
}
.TagClassName
{
border-color: #8C3088;
}
</style>