Shades of Vivid Violet #8B4192
Tints of Vivid Violet #8B4192
RGB
CMYK
RGB Variations
Color information
#8B4192 (or 0x8B4192) is known color: Vivid Violet. HEX triplet: 8B, 41 and 92. RGB value is (139,65,146). Sum of RGB (Red+Green+Blue) = 139+65+146=350 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.71% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 146 - color contains mainly: blue. Hex color #8B4192 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4192 is #74BE6D. Grayscale: #606060. Windows color (decimal): -7650926 or 9585035. OLE color: 9585035.
HSL color Cylindrical-coordinate representation of color #8B4192: hue angle of 294.81º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B4192 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 139 | 65 | 146 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.43 |
| HSL | 294.81º | 0.38% | 0.41% | - |
| HSV(B) | 294.81º | 0.55% | 0.57% | - |
| XYZ | 17.73 | 11.34 | 28.45 | - |
| YUV | 96.36 | 156.02 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 65 | 146 | 0.05 | 0.55 | 0 | 0.43 | 294.81 | 0.38 | 0.41 |
| Hex | 8B | 41 | 92 | 5 | 37 | 0 | 2B | 127 | 26 | 29 |
| Octal | 213 | 101 | 222 | 5 | 67 | 0 | 53 | 447 | 46 | 51 |
| Binary | 10001011 | 1000001 | 10010010 | 101 | 110111 | 0 | 101011 | 100100111 | 100110 | 101001 |
Color Harmonies of #8B4192
Complementary color
Monochromatic Colors of #8B4192
Black with #8B4192
Text Example
Text Example
White with #8B4192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4192; }
p { color: rgb(139,65,146); }
H1.HeaderClassName
{
color: #8B4192;
}
.AnyTagClassName
{
color: #8B4192;
}
</style>
background-color css
<style>
a { background-color: #8B4192; }
a { background-color: rgb(139,65,146); }
div.DivClassName
{
background-color: #8B4192;
}
.BgClassName
{
background-color: #8B4192;
}
</style>
border-color css
<style>
span { border-color: #8B4192; }
span { border-color: rgb(139,65,146); }
td.TdClassName
{
border-color: #8B4192;
}
.TagClassName
{
border-color: #8B4192;
}
</style>