Shades of Vivid Violet #8B4190
Tints of Vivid Violet #8B4190
RGB
CMYK
RGB Variations
Color information
#8B4190 (or 0x8B4190) is known color: Vivid Violet. HEX triplet: 8B, 41 and 90. RGB value is (139,65,144). Sum of RGB (Red+Green+Blue) = 139+65+144=348 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.94% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 144 (56.64% from 255 or 41.38% from 348); Max value from RGB is 144 - color contains mainly: blue. Hex color #8B4190 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4190 is #74BE6F. Grayscale: #5F5F5F. Windows color (decimal): -7650928 or 9453963. OLE color: 9453963.
HSL color Cylindrical-coordinate representation of color #8B4190: hue angle of 296.2º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B4190 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 65 | 144 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.44 |
| HSL | 296.2º | 0.38% | 0.41% | - |
| HSV(B) | 296.2º | 0.55% | 0.56% | - |
| XYZ | 17.57 | 11.28 | 27.64 | - |
| YUV | 96.13 | 155.02 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 65 | 144 | 0.03 | 0.55 | 0 | 0.44 | 296.2 | 0.38 | 0.41 |
| Hex | 8B | 41 | 90 | 3 | 37 | 0 | 2C | 128 | 26 | 29 |
| Octal | 213 | 101 | 220 | 3 | 67 | 0 | 54 | 450 | 46 | 51 |
| Binary | 10001011 | 1000001 | 10010000 | 11 | 110111 | 0 | 101100 | 100101000 | 100110 | 101001 |
Color Harmonies of #8B4190
Complementary color
Monochromatic Colors of #8B4190
Black with #8B4190
Text Example
Text Example
White with #8B4190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4190; }
p { color: rgb(139,65,144); }
H1.HeaderClassName
{
color: #8B4190;
}
.AnyTagClassName
{
color: #8B4190;
}
</style>
background-color css
<style>
a { background-color: #8B4190; }
a { background-color: rgb(139,65,144); }
div.DivClassName
{
background-color: #8B4190;
}
.BgClassName
{
background-color: #8B4190;
}
</style>
border-color css
<style>
span { border-color: #8B4190; }
span { border-color: rgb(139,65,144); }
td.TdClassName
{
border-color: #8B4190;
}
.TagClassName
{
border-color: #8B4190;
}
</style>