Shades of Vivid Violet #8B4090
Tints of Vivid Violet #8B4090
RGB
CMYK
RGB Variations
Color information
#8B4090 (or 0x8B4090) is known color: Vivid Violet. HEX triplet: 8B, 40 and 90. RGB value is (139,64,144). Sum of RGB (Red+Green+Blue) = 139+64+144=347 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.06% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 144 - color contains mainly: blue. Hex color #8B4090 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4090 is #74BF6F. Grayscale: #5F5F5F. Windows color (decimal): -7651184 or 9453707. OLE color: 9453707.
HSL color Cylindrical-coordinate representation of color #8B4090: hue angle of 296.25º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8B4090 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 64 | 144 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.44 |
| HSL | 296.25º | 0.38% | 0.41% | - |
| HSV(B) | 296.25º | 0.56% | 0.56% | - |
| XYZ | 17.51 | 11.17 | 27.62 | - |
| YUV | 95.55 | 155.35 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 64 | 144 | 0.03 | 0.56 | 0 | 0.44 | 296.25 | 0.38 | 0.41 |
| Hex | 8B | 40 | 90 | 3 | 38 | 0 | 2C | 128 | 26 | 29 |
| Octal | 213 | 100 | 220 | 3 | 70 | 0 | 54 | 450 | 46 | 51 |
| Binary | 10001011 | 1000000 | 10010000 | 11 | 111000 | 0 | 101100 | 100101000 | 100110 | 101001 |
Color Harmonies of #8B4090
Complementary color
Monochromatic Colors of #8B4090
Black with #8B4090
Text Example
Text Example
White with #8B4090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4090; }
p { color: rgb(139,64,144); }
H1.HeaderClassName
{
color: #8B4090;
}
.AnyTagClassName
{
color: #8B4090;
}
</style>
background-color css
<style>
a { background-color: #8B4090; }
a { background-color: rgb(139,64,144); }
div.DivClassName
{
background-color: #8B4090;
}
.BgClassName
{
background-color: #8B4090;
}
</style>
border-color css
<style>
span { border-color: #8B4090; }
span { border-color: rgb(139,64,144); }
td.TdClassName
{
border-color: #8B4090;
}
.TagClassName
{
border-color: #8B4090;
}
</style>