Shades of Vivid Violet #8C389B
Tints of Vivid Violet #8C389B
RGB
CMYK
RGB Variations
Color information
#8C389B (or 0x8C389B) is known color: Vivid Violet. HEX triplet: 8C, 38 and 9B. RGB value is (140,56,155). Sum of RGB (Red+Green+Blue) = 140+56+155=351 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.89% from 351); Green value is 56 (22.27% from 255 or 15.95% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C389B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C389B is #73C764. Grayscale: #5C5C5C. Windows color (decimal): -7587685 or 10172556. OLE color: 10172556.
HSL color Cylindrical-coordinate representation of color #8C389B: hue angle of 290.91º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C389B is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 140 | 56 | 155 | - |
| CMYK | 0.10 | 0.64 | 0 | 0.39 |
| HSL | 290.91º | 0.47% | 0.41% | - |
| HSV(B) | 290.91º | 0.64% | 0.61% | - |
| XYZ | 18.15 | 10.77 | 32.13 | - |
| YUV | 92.4 | 163.33 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 56 | 155 | 0.10 | 0.64 | 0 | 0.39 | 290.91 | 0.47 | 0.41 |
| Hex | 8C | 38 | 9B | A | 40 | 0 | 27 | 123 | 2F | 29 |
| Octal | 214 | 70 | 233 | 12 | 100 | 0 | 47 | 443 | 57 | 51 |
| Binary | 10001100 | 111000 | 10011011 | 1010 | 1000000 | 0 | 100111 | 100100011 | 101111 | 101001 |
Color Harmonies of #8C389B
Complementary color
Monochromatic Colors of #8C389B
Black with #8C389B
Text Example
Text Example
White with #8C389B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C389B; }
p { color: rgb(140,56,155); }
H1.HeaderClassName
{
color: #8C389B;
}
.AnyTagClassName
{
color: #8C389B;
}
</style>
background-color css
<style>
a { background-color: #8C389B; }
a { background-color: rgb(140,56,155); }
div.DivClassName
{
background-color: #8C389B;
}
.BgClassName
{
background-color: #8C389B;
}
</style>
border-color css
<style>
span { border-color: #8C389B; }
span { border-color: rgb(140,56,155); }
td.TdClassName
{
border-color: #8C389B;
}
.TagClassName
{
border-color: #8C389B;
}
</style>