Shades of Vivid Violet #8B2DA4
Tints of Vivid Violet #8B2DA4
RGB
CMYK
RGB Variations
Color information
#8B2DA4 (or 0x8B2DA4) is known color: Vivid Violet. HEX triplet: 8B, 2D and A4. RGB value is (139,45,164). Sum of RGB (Red+Green+Blue) = 139+45+164=348 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.94% from 348); Green value is 45 (17.97% from 255 or 12.93% from 348); Blue value is 164 (64.45% from 255 or 47.13% from 348); Max value from RGB is 164 - color contains mainly: blue. Hex color #8B2DA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2DA4 is #74D25B. Grayscale: #565656. Windows color (decimal): -7656028 or 10759563. OLE color: 10759563.
HSL color Cylindrical-coordinate representation of color #8B2DA4: hue angle of 287.39º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8B2DA4 is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 45 | 164 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.36 |
| HSL | 287.4º | 0.57% | 0.41% | - |
| HSV(B) | 287.4º | 0.73% | 0.64% | - |
| XYZ | 18.29 | 10.05 | 36.1 | - |
| YUV | 86.67 | 171.64 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 45 | 164 | 0.15 | 0.73 | 0 | 0.36 | 287.4 | 0.57 | 0.41 |
| Hex | 8B | 2D | A4 | F | 49 | 0 | 24 | 11F | 39 | 29 |
| Octal | 213 | 55 | 244 | 17 | 111 | 0 | 44 | 437 | 71 | 51 |
| Binary | 10001011 | 101101 | 10100100 | 1111 | 1001001 | 0 | 100100 | 100011111 | 111001 | 101001 |
Color Harmonies of #8B2DA4
Complementary color
Monochromatic Colors of #8B2DA4
Black with #8B2DA4
Text Example
Text Example
White with #8B2DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2DA4; }
p { color: rgb(139,45,164); }
H1.HeaderClassName
{
color: #8B2DA4;
}
.AnyTagClassName
{
color: #8B2DA4;
}
</style>
background-color css
<style>
a { background-color: #8B2DA4; }
a { background-color: rgb(139,45,164); }
div.DivClassName
{
background-color: #8B2DA4;
}
.BgClassName
{
background-color: #8B2DA4;
}
</style>
border-color css
<style>
span { border-color: #8B2DA4; }
span { border-color: rgb(139,45,164); }
td.TdClassName
{
border-color: #8B2DA4;
}
.TagClassName
{
border-color: #8B2DA4;
}
</style>