Shades of Vivid Violet #8C389D
Tints of Vivid Violet #8C389D
RGB
CMYK
RGB Variations
Color information
#8C389D (or 0x8C389D) is known color: Vivid Violet. HEX triplet: 8C, 38 and 9D. RGB value is (140,56,157). Sum of RGB (Red+Green+Blue) = 140+56+157=353 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.66% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 157 - color contains mainly: blue. Hex color #8C389D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C389D is #73C762. Grayscale: #5C5C5C. Windows color (decimal): -7587683 or 10303628. OLE color: 10303628.
HSL color Cylindrical-coordinate representation of color #8C389D: hue angle of 289.9º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C389D is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 56 | 157 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.38 |
| HSL | 289.9º | 0.47% | 0.42% | - |
| HSV(B) | 289.9º | 0.64% | 0.62% | - |
| XYZ | 18.32 | 10.84 | 33.02 | - |
| YUV | 92.63 | 164.33 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 56 | 157 | 0.11 | 0.64 | 0 | 0.38 | 289.9 | 0.47 | 0.42 |
| Hex | 8C | 38 | 9D | B | 40 | 0 | 26 | 122 | 2F | 2A |
| Octal | 214 | 70 | 235 | 13 | 100 | 0 | 46 | 442 | 57 | 52 |
| Binary | 10001100 | 111000 | 10011101 | 1011 | 1000000 | 0 | 100110 | 100100010 | 101111 | 101010 |
Color Harmonies of #8C389D
Complementary color
Monochromatic Colors of #8C389D
Black with #8C389D
Text Example
Text Example
White with #8C389D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C389D; }
p { color: rgb(140,56,157); }
H1.HeaderClassName
{
color: #8C389D;
}
.AnyTagClassName
{
color: #8C389D;
}
</style>
background-color css
<style>
a { background-color: #8C389D; }
a { background-color: rgb(140,56,157); }
div.DivClassName
{
background-color: #8C389D;
}
.BgClassName
{
background-color: #8C389D;
}
</style>
border-color css
<style>
span { border-color: #8C389D; }
span { border-color: rgb(140,56,157); }
td.TdClassName
{
border-color: #8C389D;
}
.TagClassName
{
border-color: #8C389D;
}
</style>