Shades of Vivid Violet #8B2790
Tints of Vivid Violet #8B2790
RGB
CMYK
RGB Variations
Color information
#8B2790 (or 0x8B2790) is known color: Vivid Violet. HEX triplet: 8B, 27 and 90. RGB value is (139,39,144). Sum of RGB (Red+Green+Blue) = 139+39+144=322 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.17% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 144 (56.64% from 255 or 44.72% from 322); Max value from RGB is 144 - color contains mainly: blue. Hex color #8B2790 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2790 is #74D86F. Grayscale: #505050. Windows color (decimal): -7657584 or 9447307. OLE color: 9447307.
HSL color Cylindrical-coordinate representation of color #8B2790: hue angle of 297.14º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8B2790 is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 39 | 144 | - |
| CMYK | 0.03 | 0.73 | 0 | 0.44 |
| HSL | 297.14º | 0.57% | 0.36% | - |
| HSV(B) | 297.14º | 0.73% | 0.56% | - |
| XYZ | 16.41 | 8.95 | 27.25 | - |
| YUV | 80.87 | 163.63 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 39 | 144 | 0.03 | 0.73 | 0 | 0.44 | 297.14 | 0.57 | 0.36 |
| Hex | 8B | 27 | 90 | 3 | 49 | 0 | 2C | 129 | 39 | 24 |
| Octal | 213 | 47 | 220 | 3 | 111 | 0 | 54 | 451 | 71 | 44 |
| Binary | 10001011 | 100111 | 10010000 | 11 | 1001001 | 0 | 101100 | 100101001 | 111001 | 100100 |
Color Harmonies of #8B2790
Complementary color
Monochromatic Colors of #8B2790
Black with #8B2790
Text Example
Text Example
White with #8B2790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2790; }
p { color: rgb(139,39,144); }
H1.HeaderClassName
{
color: #8B2790;
}
.AnyTagClassName
{
color: #8B2790;
}
</style>
background-color css
<style>
a { background-color: #8B2790; }
a { background-color: rgb(139,39,144); }
div.DivClassName
{
background-color: #8B2790;
}
.BgClassName
{
background-color: #8B2790;
}
</style>
border-color css
<style>
span { border-color: #8B2790; }
span { border-color: rgb(139,39,144); }
td.TdClassName
{
border-color: #8B2790;
}
.TagClassName
{
border-color: #8B2790;
}
</style>