Shades of Vivid Violet #8B3790
Tints of Vivid Violet #8B3790
RGB
CMYK
RGB Variations
Color information
#8B3790 (or 0x8B3790) is known color: Vivid Violet. HEX triplet: 8B, 37 and 90. RGB value is (139,55,144). Sum of RGB (Red+Green+Blue) = 139+55+144=338 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.12% from 338); Green value is 55 (21.88% from 255 or 16.27% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 144 - color contains mainly: blue. Hex color #8B3790 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3790 is #74C86F. Grayscale: #595959. Windows color (decimal): -7653488 or 9451403. OLE color: 9451403.
HSL color Cylindrical-coordinate representation of color #8B3790: hue angle of 296.63º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8B3790 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 55 | 144 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.44 |
| HSL | 296.63º | 0.45% | 0.39% | - |
| HSV(B) | 296.63º | 0.62% | 0.56% | - |
| XYZ | 17.05 | 10.23 | 27.46 | - |
| YUV | 90.26 | 158.33 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 55 | 144 | 0.03 | 0.62 | 0 | 0.44 | 296.63 | 0.45 | 0.39 |
| Hex | 8B | 37 | 90 | 3 | 3E | 0 | 2C | 129 | 2D | 27 |
| Octal | 213 | 67 | 220 | 3 | 76 | 0 | 54 | 451 | 55 | 47 |
| Binary | 10001011 | 110111 | 10010000 | 11 | 111110 | 0 | 101100 | 100101001 | 101101 | 100111 |
Color Harmonies of #8B3790
Complementary color
Monochromatic Colors of #8B3790
Black with #8B3790
Text Example
Text Example
White with #8B3790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3790; }
p { color: rgb(139,55,144); }
H1.HeaderClassName
{
color: #8B3790;
}
.AnyTagClassName
{
color: #8B3790;
}
</style>
background-color css
<style>
a { background-color: #8B3790; }
a { background-color: rgb(139,55,144); }
div.DivClassName
{
background-color: #8B3790;
}
.BgClassName
{
background-color: #8B3790;
}
</style>
border-color css
<style>
span { border-color: #8B3790; }
span { border-color: rgb(139,55,144); }
td.TdClassName
{
border-color: #8B3790;
}
.TagClassName
{
border-color: #8B3790;
}
</style>