Shades of Vivid Violet #8B4292
Tints of Vivid Violet #8B4292
RGB
CMYK
RGB Variations
Color information
#8B4292 (or 0x8B4292) is known color: Vivid Violet. HEX triplet: 8B, 42 and 92. RGB value is (139,66,146). Sum of RGB (Red+Green+Blue) = 139+66+146=351 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.60% from 351); Green value is 66 (26.17% from 255 or 18.80% from 351); Blue value is 146 (57.42% from 255 or 41.60% from 351); Max value from RGB is 146 - color contains mainly: blue. Hex color #8B4292 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4292 is #74BD6D. Grayscale: #606060. Windows color (decimal): -7650670 or 9585291. OLE color: 9585291.
HSL color Cylindrical-coordinate representation of color #8B4292: hue angle of 294.75º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B4292 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 139 | 66 | 146 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.43 |
| HSL | 294.75º | 0.38% | 0.42% | - |
| HSV(B) | 294.75º | 0.55% | 0.57% | - |
| XYZ | 17.78 | 11.46 | 28.47 | - |
| YUV | 96.95 | 155.68 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 66 | 146 | 0.05 | 0.55 | 0 | 0.43 | 294.75 | 0.38 | 0.42 |
| Hex | 8B | 42 | 92 | 5 | 37 | 0 | 2B | 127 | 26 | 2A |
| Octal | 213 | 102 | 222 | 5 | 67 | 0 | 53 | 447 | 46 | 52 |
| Binary | 10001011 | 1000010 | 10010010 | 101 | 110111 | 0 | 101011 | 100100111 | 100110 | 101010 |
Color Harmonies of #8B4292
Complementary color
Monochromatic Colors of #8B4292
Black with #8B4292
Text Example
Text Example
White with #8B4292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4292; }
p { color: rgb(139,66,146); }
H1.HeaderClassName
{
color: #8B4292;
}
.AnyTagClassName
{
color: #8B4292;
}
</style>
background-color css
<style>
a { background-color: #8B4292; }
a { background-color: rgb(139,66,146); }
div.DivClassName
{
background-color: #8B4292;
}
.BgClassName
{
background-color: #8B4292;
}
</style>
border-color css
<style>
span { border-color: #8B4292; }
span { border-color: rgb(139,66,146); }
td.TdClassName
{
border-color: #8B4292;
}
.TagClassName
{
border-color: #8B4292;
}
</style>