Shades of Vivid Violet #8B4395
Tints of Vivid Violet #8B4395
RGB
CMYK
RGB Variations
Color information
#8B4395 (or 0x8B4395) is known color: Vivid Violet. HEX triplet: 8B, 43 and 95. RGB value is (139,67,149). Sum of RGB (Red+Green+Blue) = 139+67+149=355 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.15% from 355); Green value is 67 (26.56% from 255 or 18.87% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 149 - color contains mainly: blue. Hex color #8B4395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4395 is #74BC6A. Grayscale: #616161. Windows color (decimal): -7650411 or 9782155. OLE color: 9782155.
HSL color Cylindrical-coordinate representation of color #8B4395: hue angle of 292.68º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B4395 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 67 | 149 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.42 |
| HSL | 292.68º | 0.38% | 0.42% | - |
| HSV(B) | 292.68º | 0.55% | 0.58% | - |
| XYZ | 18.08 | 11.67 | 29.73 | - |
| YUV | 97.88 | 156.85 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 67 | 149 | 0.07 | 0.55 | 0 | 0.42 | 292.68 | 0.38 | 0.42 |
| Hex | 8B | 43 | 95 | 7 | 37 | 0 | 2A | 125 | 26 | 2A |
| Octal | 213 | 103 | 225 | 7 | 67 | 0 | 52 | 445 | 46 | 52 |
| Binary | 10001011 | 1000011 | 10010101 | 111 | 110111 | 0 | 101010 | 100100101 | 100110 | 101010 |
Color Harmonies of #8B4395
Complementary color
Monochromatic Colors of #8B4395
Black with #8B4395
Text Example
Text Example
White with #8B4395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4395; }
p { color: rgb(139,67,149); }
H1.HeaderClassName
{
color: #8B4395;
}
.AnyTagClassName
{
color: #8B4395;
}
</style>
background-color css
<style>
a { background-color: #8B4395; }
a { background-color: rgb(139,67,149); }
div.DivClassName
{
background-color: #8B4395;
}
.BgClassName
{
background-color: #8B4395;
}
</style>
border-color css
<style>
span { border-color: #8B4395; }
span { border-color: rgb(139,67,149); }
td.TdClassName
{
border-color: #8B4395;
}
.TagClassName
{
border-color: #8B4395;
}
</style>