Shades of Vivid Violet #8C369F
Tints of Vivid Violet #8C369F
RGB
CMYK
RGB Variations
Color information
#8C369F (or 0x8C369F) is known color: Vivid Violet. HEX triplet: 8C, 36 and 9F. RGB value is (140,54,159). Sum of RGB (Red+Green+Blue) = 140+54+159=353 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.66% from 353); Green value is 54 (21.48% from 255 or 15.30% from 353); Blue value is 159 (62.5% from 255 or 45.04% from 353); Max value from RGB is 159 - color contains mainly: blue. Hex color #8C369F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C369F is #73C960. Grayscale: #5B5B5B. Windows color (decimal): -7588193 or 10434188. OLE color: 10434188.
HSL color Cylindrical-coordinate representation of color #8C369F: hue angle of 289.14º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C369F is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 54 | 159 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.38 |
| HSL | 289.14º | 0.49% | 0.42% | - |
| HSV(B) | 289.14º | 0.66% | 0.62% | - |
| XYZ | 18.39 | 10.72 | 33.9 | - |
| YUV | 91.68 | 165.99 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 54 | 159 | 0.12 | 0.66 | 0 | 0.38 | 289.14 | 0.49 | 0.42 |
| Hex | 8C | 36 | 9F | C | 42 | 0 | 26 | 121 | 31 | 2A |
| Octal | 214 | 66 | 237 | 14 | 102 | 0 | 46 | 441 | 61 | 52 |
| Binary | 10001100 | 110110 | 10011111 | 1100 | 1000010 | 0 | 100110 | 100100001 | 110001 | 101010 |
Color Harmonies of #8C369F
Complementary color
Monochromatic Colors of #8C369F
Black with #8C369F
Text Example
Text Example
White with #8C369F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C369F; }
p { color: rgb(140,54,159); }
H1.HeaderClassName
{
color: #8C369F;
}
.AnyTagClassName
{
color: #8C369F;
}
</style>
background-color css
<style>
a { background-color: #8C369F; }
a { background-color: rgb(140,54,159); }
div.DivClassName
{
background-color: #8C369F;
}
.BgClassName
{
background-color: #8C369F;
}
</style>
border-color css
<style>
span { border-color: #8C369F; }
span { border-color: rgb(140,54,159); }
td.TdClassName
{
border-color: #8C369F;
}
.TagClassName
{
border-color: #8C369F;
}
</style>