Shades of Vivid Violet #8C3DA1
Tints of Vivid Violet #8C3DA1
RGB
CMYK
RGB Variations
Color information
#8C3DA1 (or 0x8C3DA1) is known color: Vivid Violet. HEX triplet: 8C, 3D and A1. RGB value is (140,61,161). Sum of RGB (Red+Green+Blue) = 140+61+161=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 161 (63.28% from 255 or 44.48% from 362); Max value from RGB is 161 - color contains mainly: blue. Hex color #8C3DA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3DA1 is #73C25E. Grayscale: #5F5F5F. Windows color (decimal): -7586399 or 10567052. OLE color: 10567052.
HSL color Cylindrical-coordinate representation of color #8C3DA1: hue angle of 287.4º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8C3DA1 is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 140 | 61 | 161 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.37 |
| HSL | 287.4º | 0.45% | 0.44% | - |
| HSV(B) | 287.4º | 0.62% | 0.63% | - |
| XYZ | 18.92 | 11.49 | 34.94 | - |
| YUV | 96.02 | 164.67 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 61 | 161 | 0.13 | 0.62 | 0 | 0.37 | 287.4 | 0.45 | 0.44 |
| Hex | 8C | 3D | A1 | D | 3E | 0 | 25 | 11F | 2D | 2C |
| Octal | 214 | 75 | 241 | 15 | 76 | 0 | 45 | 437 | 55 | 54 |
| Binary | 10001100 | 111101 | 10100001 | 1101 | 111110 | 0 | 100101 | 100011111 | 101101 | 101100 |
Color Harmonies of #8C3DA1
Complementary color
Monochromatic Colors of #8C3DA1
Black with #8C3DA1
Text Example
Text Example
White with #8C3DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3DA1; }
p { color: rgb(140,61,161); }
H1.HeaderClassName
{
color: #8C3DA1;
}
.AnyTagClassName
{
color: #8C3DA1;
}
</style>
background-color css
<style>
a { background-color: #8C3DA1; }
a { background-color: rgb(140,61,161); }
div.DivClassName
{
background-color: #8C3DA1;
}
.BgClassName
{
background-color: #8C3DA1;
}
</style>
border-color css
<style>
span { border-color: #8C3DA1; }
span { border-color: rgb(140,61,161); }
td.TdClassName
{
border-color: #8C3DA1;
}
.TagClassName
{
border-color: #8C3DA1;
}
</style>