Shades of Vivid Violet #8C3888
Tints of Vivid Violet #8C3888
RGB
CMYK
RGB Variations
Color information
#8C3888 (or 0x8C3888) is known color: Vivid Violet. HEX triplet: 8C, 38 and 88. RGB value is (140,56,136). Sum of RGB (Red+Green+Blue) = 140+56+136=332 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.17% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3888 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3888 is #73C777. Grayscale: #5A5A5A. Windows color (decimal): -7587704 or 8927372. OLE color: 8927372.
HSL color Cylindrical-coordinate representation of color #8C3888: hue angle of 302.86º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C3888 is Cyan = 0, Magento = 0.6, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 56 | 136 | - |
| CMYK | 0 | 0.6 | 0.03 | 0.45 |
| HSL | 302.86º | 0.43% | 0.38% | - |
| HSV(B) | 302.86º | 0.6% | 0.55% | - |
| XYZ | 16.67 | 10.18 | 24.38 | - |
| YUV | 90.24 | 153.83 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 56 | 136 | 0 | 0.6 | 0.03 | 0.45 | 302.86 | 0.43 | 0.38 |
| Hex | 8C | 38 | 88 | 0 | 3C | 3 | 2D | 12F | 2B | 26 |
| Octal | 214 | 70 | 210 | 0 | 74 | 3 | 55 | 457 | 53 | 46 |
| Binary | 10001100 | 111000 | 10001000 | 0 | 111100 | 11 | 101101 | 100101111 | 101011 | 100110 |
Color Harmonies of #8C3888
Complementary color
Monochromatic Colors of #8C3888
Black with #8C3888
Text Example
Text Example
White with #8C3888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3888; }
p { color: rgb(140,56,136); }
H1.HeaderClassName
{
color: #8C3888;
}
.AnyTagClassName
{
color: #8C3888;
}
</style>
background-color css
<style>
a { background-color: #8C3888; }
a { background-color: rgb(140,56,136); }
div.DivClassName
{
background-color: #8C3888;
}
.BgClassName
{
background-color: #8C3888;
}
</style>
border-color css
<style>
span { border-color: #8C3888; }
span { border-color: rgb(140,56,136); }
td.TdClassName
{
border-color: #8C3888;
}
.TagClassName
{
border-color: #8C3888;
}
</style>