Shades of Vivid Violet #8C3388
Tints of Vivid Violet #8C3388
RGB
CMYK
RGB Variations
Color information
#8C3388 (or 0x8C3388) is known color: Vivid Violet. HEX triplet: 8C, 33 and 88. RGB value is (140,51,136). Sum of RGB (Red+Green+Blue) = 140+51+136=327 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.81% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 136 (53.52% from 255 or 41.59% from 327); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3388 is #73CC77. Grayscale: #575757. Windows color (decimal): -7588984 or 8926092. OLE color: 8926092.
HSL color Cylindrical-coordinate representation of color #8C3388: hue angle of 302.7º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C3388 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 51 | 136 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.45 |
| HSL | 302.7º | 0.47% | 0.37% | - |
| HSV(B) | 302.7º | 0.64% | 0.55% | - |
| XYZ | 16.44 | 9.72 | 24.3 | - |
| YUV | 87.3 | 155.49 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 51 | 136 | 0 | 0.64 | 0.03 | 0.45 | 302.7 | 0.47 | 0.37 |
| Hex | 8C | 33 | 88 | 0 | 40 | 3 | 2D | 12F | 2F | 25 |
| Octal | 214 | 63 | 210 | 0 | 100 | 3 | 55 | 457 | 57 | 45 |
| Binary | 10001100 | 110011 | 10001000 | 0 | 1000000 | 11 | 101101 | 100101111 | 101111 | 100101 |
Color Harmonies of #8C3388
Complementary color
Monochromatic Colors of #8C3388
Black with #8C3388
Text Example
Text Example
White with #8C3388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3388; }
p { color: rgb(140,51,136); }
H1.HeaderClassName
{
color: #8C3388;
}
.AnyTagClassName
{
color: #8C3388;
}
</style>
background-color css
<style>
a { background-color: #8C3388; }
a { background-color: rgb(140,51,136); }
div.DivClassName
{
background-color: #8C3388;
}
.BgClassName
{
background-color: #8C3388;
}
</style>
border-color css
<style>
span { border-color: #8C3388; }
span { border-color: rgb(140,51,136); }
td.TdClassName
{
border-color: #8C3388;
}
.TagClassName
{
border-color: #8C3388;
}
</style>