Shades of Vivid Violet #8D3FA3
Tints of Vivid Violet #8D3FA3
RGB
CMYK
RGB Variations
Color information
#8D3FA3 (or 0x8D3FA3) is known color: Vivid Violet. HEX triplet: 8D, 3F and A3. RGB value is (141,63,163). Sum of RGB (Red+Green+Blue) = 141+63+163=367 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.42% from 367); Green value is 63 (25% from 255 or 17.17% from 367); Blue value is 163 (64.06% from 255 or 44.41% from 367); Max value from RGB is 163 - color contains mainly: blue. Hex color #8D3FA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3FA3 is #72C05C. Grayscale: #616161. Windows color (decimal): -7520349 or 10698637. OLE color: 10698637.
HSL color Cylindrical-coordinate representation of color #8D3FA3: hue angle of 286.8º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8D3FA3 is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 63 | 163 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.36 |
| HSL | 286.8º | 0.44% | 0.44% | - |
| HSV(B) | 286.8º | 0.61% | 0.64% | - |
| XYZ | 19.37 | 11.86 | 35.92 | - |
| YUV | 97.72 | 164.84 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 63 | 163 | 0.13 | 0.61 | 0 | 0.36 | 286.8 | 0.44 | 0.44 |
| Hex | 8D | 3F | A3 | D | 3D | 0 | 24 | 11F | 2C | 2C |
| Octal | 215 | 77 | 243 | 15 | 75 | 0 | 44 | 437 | 54 | 54 |
| Binary | 10001101 | 111111 | 10100011 | 1101 | 111101 | 0 | 100100 | 100011111 | 101100 | 101100 |
Color Harmonies of #8D3FA3
Complementary color
Monochromatic Colors of #8D3FA3
Black with #8D3FA3
Text Example
Text Example
White with #8D3FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3FA3; }
p { color: rgb(141,63,163); }
H1.HeaderClassName
{
color: #8D3FA3;
}
.AnyTagClassName
{
color: #8D3FA3;
}
</style>
background-color css
<style>
a { background-color: #8D3FA3; }
a { background-color: rgb(141,63,163); }
div.DivClassName
{
background-color: #8D3FA3;
}
.BgClassName
{
background-color: #8D3FA3;
}
</style>
border-color css
<style>
span { border-color: #8D3FA3; }
span { border-color: rgb(141,63,163); }
td.TdClassName
{
border-color: #8D3FA3;
}
.TagClassName
{
border-color: #8D3FA3;
}
</style>