Shades of Vivid Violet #8C3288
Tints of Vivid Violet #8C3288
RGB
CMYK
RGB Variations
Color information
#8C3288 (or 0x8C3288) is known color: Vivid Violet. HEX triplet: 8C, 32 and 88. RGB value is (140,50,136). Sum of RGB (Red+Green+Blue) = 140+50+136=326 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.94% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 136 (53.52% from 255 or 41.72% from 326); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3288 is #73CD77. Grayscale: #565656. Windows color (decimal): -7589240 or 8925836. OLE color: 8925836.
HSL color Cylindrical-coordinate representation of color #8C3288: hue angle of 302.67º 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 #8C3288 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 50 | 136 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.45 |
| HSL | 302.67º | 0.47% | 0.37% | - |
| HSV(B) | 302.67º | 0.64% | 0.55% | - |
| XYZ | 16.4 | 9.63 | 24.29 | - |
| YUV | 86.71 | 155.82 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 50 | 136 | 0 | 0.64 | 0.03 | 0.45 | 302.67 | 0.47 | 0.37 |
| Hex | 8C | 32 | 88 | 0 | 40 | 3 | 2D | 12F | 2F | 25 |
| Octal | 214 | 62 | 210 | 0 | 100 | 3 | 55 | 457 | 57 | 45 |
| Binary | 10001100 | 110010 | 10001000 | 0 | 1000000 | 11 | 101101 | 100101111 | 101111 | 100101 |
Color Harmonies of #8C3288
Complementary color
Monochromatic Colors of #8C3288
Black with #8C3288
Text Example
Text Example
White with #8C3288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3288; }
p { color: rgb(140,50,136); }
H1.HeaderClassName
{
color: #8C3288;
}
.AnyTagClassName
{
color: #8C3288;
}
</style>
background-color css
<style>
a { background-color: #8C3288; }
a { background-color: rgb(140,50,136); }
div.DivClassName
{
background-color: #8C3288;
}
.BgClassName
{
background-color: #8C3288;
}
</style>
border-color css
<style>
span { border-color: #8C3288; }
span { border-color: rgb(140,50,136); }
td.TdClassName
{
border-color: #8C3288;
}
.TagClassName
{
border-color: #8C3288;
}
</style>