Shades of Vivid Violet #8B2DAC
Tints of Vivid Violet #8B2DAC
RGB
CMYK
RGB Variations
Color information
#8B2DAC (or 0x8B2DAC) is known color: Vivid Violet. HEX triplet: 8B, 2D and AC. RGB value is (139,45,172). Sum of RGB (Red+Green+Blue) = 139+45+172=356 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.04% from 356); Green value is 45 (17.97% from 255 or 12.64% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #8B2DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2DAC is #74D253. Grayscale: #575757. Windows color (decimal): -7656020 or 11283851. OLE color: 11283851.
HSL color Cylindrical-coordinate representation of color #8B2DAC: hue angle of 284.41º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8B2DAC is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 45 | 172 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.33 |
| HSL | 284.41º | 0.59% | 0.43% | - |
| HSV(B) | 284.41º | 0.74% | 0.67% | - |
| XYZ | 19.03 | 10.34 | 40.02 | - |
| YUV | 87.58 | 175.64 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 45 | 172 | 0.19 | 0.74 | 0 | 0.33 | 284.41 | 0.59 | 0.43 |
| Hex | 8B | 2D | AC | 13 | 4A | 0 | 21 | 11C | 3B | 2B |
| Octal | 213 | 55 | 254 | 23 | 112 | 0 | 41 | 434 | 73 | 53 |
| Binary | 10001011 | 101101 | 10101100 | 10011 | 1001010 | 0 | 100001 | 100011100 | 111011 | 101011 |
Color Harmonies of #8B2DAC
Complementary color
Monochromatic Colors of #8B2DAC
Black with #8B2DAC
Text Example
Text Example
White with #8B2DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2DAC; }
p { color: rgb(139,45,172); }
H1.HeaderClassName
{
color: #8B2DAC;
}
.AnyTagClassName
{
color: #8B2DAC;
}
</style>
background-color css
<style>
a { background-color: #8B2DAC; }
a { background-color: rgb(139,45,172); }
div.DivClassName
{
background-color: #8B2DAC;
}
.BgClassName
{
background-color: #8B2DAC;
}
</style>
border-color css
<style>
span { border-color: #8B2DAC; }
span { border-color: rgb(139,45,172); }
td.TdClassName
{
border-color: #8B2DAC;
}
.TagClassName
{
border-color: #8B2DAC;
}
</style>