Shades of Vivid Violet #8D3DAB
Tints of Vivid Violet #8D3DAB
RGB
CMYK
RGB Variations
Color information
#8D3DAB (or 0x8D3DAB) is known color: Vivid Violet. HEX triplet: 8D, 3D and AB. RGB value is (141,61,171). Sum of RGB (Red+Green+Blue) = 141+61+171=373 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.80% from 373); Green value is 61 (24.22% from 255 or 16.35% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D3DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3DAB is #72C254. Grayscale: #616161. Windows color (decimal): -7520853 or 11222413. OLE color: 11222413.
HSL color Cylindrical-coordinate representation of color #8D3DAB: hue angle of 283.64º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8D3DAB is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 61 | 171 | - |
| CMYK | 0.18 | 0.64 | 0 | 0.33 |
| HSL | 283.64º | 0.47% | 0.45% | - |
| HSV(B) | 283.64º | 0.64% | 0.67% | - |
| XYZ | 20 | 11.94 | 39.78 | - |
| YUV | 97.46 | 169.5 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 61 | 171 | 0.18 | 0.64 | 0 | 0.33 | 283.64 | 0.47 | 0.45 |
| Hex | 8D | 3D | AB | 12 | 40 | 0 | 21 | 11C | 2F | 2D |
| Octal | 215 | 75 | 253 | 22 | 100 | 0 | 41 | 434 | 57 | 55 |
| Binary | 10001101 | 111101 | 10101011 | 10010 | 1000000 | 0 | 100001 | 100011100 | 101111 | 101101 |
Color Harmonies of #8D3DAB
Complementary color
Monochromatic Colors of #8D3DAB
Black with #8D3DAB
Text Example
Text Example
White with #8D3DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3DAB; }
p { color: rgb(141,61,171); }
H1.HeaderClassName
{
color: #8D3DAB;
}
.AnyTagClassName
{
color: #8D3DAB;
}
</style>
background-color css
<style>
a { background-color: #8D3DAB; }
a { background-color: rgb(141,61,171); }
div.DivClassName
{
background-color: #8D3DAB;
}
.BgClassName
{
background-color: #8D3DAB;
}
</style>
border-color css
<style>
span { border-color: #8D3DAB; }
span { border-color: rgb(141,61,171); }
td.TdClassName
{
border-color: #8D3DAB;
}
.TagClassName
{
border-color: #8D3DAB;
}
</style>