Shades of Vivid Violet #8C368D
Tints of Vivid Violet #8C368D
RGB
CMYK
RGB Variations
Color information
#8C368D (or 0x8C368D) is known color: Vivid Violet. HEX triplet: 8C, 36 and 8D. RGB value is (140,54,141). Sum of RGB (Red+Green+Blue) = 140+54+141=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 141 - color contains mainly: blue. Hex color #8C368D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C368D is #73C972. Grayscale: #595959. Windows color (decimal): -7588211 or 9254540. OLE color: 9254540.
HSL color Cylindrical-coordinate representation of color #8C368D: hue angle of 299.31º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8C368D is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 54 | 141 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.45 |
| HSL | 299.31º | 0.45% | 0.38% | - |
| HSV(B) | 299.31º | 0.62% | 0.55% | - |
| XYZ | 16.94 | 10.14 | 26.26 | - |
| YUV | 89.63 | 156.99 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 54 | 141 | 0.01 | 0.62 | 0 | 0.45 | 299.31 | 0.45 | 0.38 |
| Hex | 8C | 36 | 8D | 1 | 3E | 0 | 2D | 12B | 2D | 26 |
| Octal | 214 | 66 | 215 | 1 | 76 | 0 | 55 | 453 | 55 | 46 |
| Binary | 10001100 | 110110 | 10001101 | 1 | 111110 | 0 | 101101 | 100101011 | 101101 | 100110 |
Color Harmonies of #8C368D
Complementary color
Monochromatic Colors of #8C368D
Black with #8C368D
Text Example
Text Example
White with #8C368D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C368D; }
p { color: rgb(140,54,141); }
H1.HeaderClassName
{
color: #8C368D;
}
.AnyTagClassName
{
color: #8C368D;
}
</style>
background-color css
<style>
a { background-color: #8C368D; }
a { background-color: rgb(140,54,141); }
div.DivClassName
{
background-color: #8C368D;
}
.BgClassName
{
background-color: #8C368D;
}
</style>
border-color css
<style>
span { border-color: #8C368D; }
span { border-color: rgb(140,54,141); }
td.TdClassName
{
border-color: #8C368D;
}
.TagClassName
{
border-color: #8C368D;
}
</style>