Shades of Vivid Violet #8B3889
Tints of Vivid Violet #8B3889
RGB
CMYK
RGB Variations
Color information
#8B3889 (or 0x8B3889) is known color: Vivid Violet. HEX triplet: 8B, 38 and 89. RGB value is (139,56,137). Sum of RGB (Red+Green+Blue) = 139+56+137=332 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.87% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 137 (53.91% from 255 or 41.27% from 332); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3889 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3889 is #74C776. Grayscale: #595959. Windows color (decimal): -7653239 or 8992907. OLE color: 8992907.
HSL color Cylindrical-coordinate representation of color #8B3889: hue angle of 301.45º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B3889 is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 56 | 137 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.45 |
| HSL | 301.45º | 0.43% | 0.38% | - |
| HSV(B) | 301.45º | 0.6% | 0.55% | - |
| XYZ | 16.58 | 10.12 | 24.75 | - |
| YUV | 90.05 | 154.5 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 56 | 137 | 0 | 0.60 | 0.01 | 0.45 | 301.45 | 0.43 | 0.38 |
| Hex | 8B | 38 | 89 | 0 | 3C | 1 | 2D | 12D | 2B | 26 |
| Octal | 213 | 70 | 211 | 0 | 74 | 1 | 55 | 455 | 53 | 46 |
| Binary | 10001011 | 111000 | 10001001 | 0 | 111100 | 1 | 101101 | 100101101 | 101011 | 100110 |
Color Harmonies of #8B3889
Complementary color
Monochromatic Colors of #8B3889
Black with #8B3889
Text Example
Text Example
White with #8B3889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3889; }
p { color: rgb(139,56,137); }
H1.HeaderClassName
{
color: #8B3889;
}
.AnyTagClassName
{
color: #8B3889;
}
</style>
background-color css
<style>
a { background-color: #8B3889; }
a { background-color: rgb(139,56,137); }
div.DivClassName
{
background-color: #8B3889;
}
.BgClassName
{
background-color: #8B3889;
}
</style>
border-color css
<style>
span { border-color: #8B3889; }
span { border-color: rgb(139,56,137); }
td.TdClassName
{
border-color: #8B3889;
}
.TagClassName
{
border-color: #8B3889;
}
</style>