Shades of Vivid Violet #8B4183
Tints of Vivid Violet #8B4183
RGB
CMYK
RGB Variations
Color information
#8B4183 (or 0x8B4183) is known color: Vivid Violet. HEX triplet: 8B, 41 and 83. RGB value is (139,65,131). Sum of RGB (Red+Green+Blue) = 139+65+131=335 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.49% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 131 (51.56% from 255 or 39.10% from 335); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4183 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4183 is #74BE7C. Grayscale: #5E5E5E. Windows color (decimal): -7650941 or 8601995. OLE color: 8601995.
HSL color Cylindrical-coordinate representation of color #8B4183: hue angle of 306.49º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B4183 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 65 | 131 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.45 |
| HSL | 306.49º | 0.36% | 0.4% | - |
| HSV(B) | 306.49º | 0.53% | 0.55% | - |
| XYZ | 16.63 | 10.91 | 22.7 | - |
| YUV | 94.65 | 148.52 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 65 | 131 | 0 | 0.53 | 0.06 | 0.45 | 306.49 | 0.36 | 0.4 |
| Hex | 8B | 41 | 83 | 0 | 35 | 6 | 2D | 132 | 24 | 28 |
| Octal | 213 | 101 | 203 | 0 | 65 | 6 | 55 | 462 | 44 | 50 |
| Binary | 10001011 | 1000001 | 10000011 | 0 | 110101 | 110 | 101101 | 100110010 | 100100 | 101000 |
Color Harmonies of #8B4183
Complementary color
Monochromatic Colors of #8B4183
Black with #8B4183
Text Example
Text Example
White with #8B4183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4183; }
p { color: rgb(139,65,131); }
H1.HeaderClassName
{
color: #8B4183;
}
.AnyTagClassName
{
color: #8B4183;
}
</style>
background-color css
<style>
a { background-color: #8B4183; }
a { background-color: rgb(139,65,131); }
div.DivClassName
{
background-color: #8B4183;
}
.BgClassName
{
background-color: #8B4183;
}
</style>
border-color css
<style>
span { border-color: #8B4183; }
span { border-color: rgb(139,65,131); }
td.TdClassName
{
border-color: #8B4183;
}
.TagClassName
{
border-color: #8B4183;
}
</style>