Shades of Vivid Violet #8B4290
Tints of Vivid Violet #8B4290
RGB
CMYK
RGB Variations
Color information
#8B4290 (or 0x8B4290) is known color: Vivid Violet. HEX triplet: 8B, 42 and 90. RGB value is (139,66,144). Sum of RGB (Red+Green+Blue) = 139+66+144=349 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.83% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 144 - color contains mainly: blue. Hex color #8B4290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4290 is #74BD6F. Grayscale: #606060. Windows color (decimal): -7650672 or 9454219. OLE color: 9454219.
HSL color Cylindrical-coordinate representation of color #8B4290: hue angle of 296.15º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8B4290 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 66 | 144 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.44 |
| HSL | 296.15º | 0.37% | 0.41% | - |
| HSV(B) | 296.15º | 0.54% | 0.56% | - |
| XYZ | 17.63 | 11.4 | 27.66 | - |
| YUV | 96.72 | 154.68 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 66 | 144 | 0.03 | 0.54 | 0 | 0.44 | 296.15 | 0.37 | 0.41 |
| Hex | 8B | 42 | 90 | 3 | 36 | 0 | 2C | 128 | 25 | 29 |
| Octal | 213 | 102 | 220 | 3 | 66 | 0 | 54 | 450 | 45 | 51 |
| Binary | 10001011 | 1000010 | 10010000 | 11 | 110110 | 0 | 101100 | 100101000 | 100101 | 101001 |
Color Harmonies of #8B4290
Complementary color
Monochromatic Colors of #8B4290
Black with #8B4290
Text Example
Text Example
White with #8B4290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4290; }
p { color: rgb(139,66,144); }
H1.HeaderClassName
{
color: #8B4290;
}
.AnyTagClassName
{
color: #8B4290;
}
</style>
background-color css
<style>
a { background-color: #8B4290; }
a { background-color: rgb(139,66,144); }
div.DivClassName
{
background-color: #8B4290;
}
.BgClassName
{
background-color: #8B4290;
}
</style>
border-color css
<style>
span { border-color: #8B4290; }
span { border-color: rgb(139,66,144); }
td.TdClassName
{
border-color: #8B4290;
}
.TagClassName
{
border-color: #8B4290;
}
</style>