Shades of Vivid Violet #8B2FAD
Tints of Vivid Violet #8B2FAD
RGB
CMYK
RGB Variations
Color information
#8B2FAD (or 0x8B2FAD) is known color: Vivid Violet. HEX triplet: 8B, 2F and AD. RGB value is (139,47,173). Sum of RGB (Red+Green+Blue) = 139+47+173=359 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.72% from 359); Green value is 47 (18.75% from 255 or 13.09% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #8B2FAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2FAD is #74D052. Grayscale: #585858. Windows color (decimal): -7655507 or 11349899. OLE color: 11349899.
HSL color Cylindrical-coordinate representation of color #8B2FAD: hue angle of 283.81º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8B2FAD is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 47 | 173 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.32 |
| HSL | 283.81º | 0.57% | 0.43% | - |
| HSV(B) | 283.81º | 0.73% | 0.68% | - |
| XYZ | 19.21 | 10.54 | 40.56 | - |
| YUV | 88.87 | 175.48 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 47 | 173 | 0.20 | 0.73 | 0 | 0.32 | 283.81 | 0.57 | 0.43 |
| Hex | 8B | 2F | AD | 14 | 49 | 0 | 20 | 11C | 39 | 2B |
| Octal | 213 | 57 | 255 | 24 | 111 | 0 | 40 | 434 | 71 | 53 |
| Binary | 10001011 | 101111 | 10101101 | 10100 | 1001001 | 0 | 100000 | 100011100 | 111001 | 101011 |
Color Harmonies of #8B2FAD
Complementary color
Monochromatic Colors of #8B2FAD
Black with #8B2FAD
Text Example
Text Example
White with #8B2FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2FAD; }
p { color: rgb(139,47,173); }
H1.HeaderClassName
{
color: #8B2FAD;
}
.AnyTagClassName
{
color: #8B2FAD;
}
</style>
background-color css
<style>
a { background-color: #8B2FAD; }
a { background-color: rgb(139,47,173); }
div.DivClassName
{
background-color: #8B2FAD;
}
.BgClassName
{
background-color: #8B2FAD;
}
</style>
border-color css
<style>
span { border-color: #8B2FAD; }
span { border-color: rgb(139,47,173); }
td.TdClassName
{
border-color: #8B2FAD;
}
.TagClassName
{
border-color: #8B2FAD;
}
</style>