Shades of Vivid Violet #8B3785
Tints of Vivid Violet #8B3785
RGB
CMYK
RGB Variations
Color information
#8B3785 (or 0x8B3785) is known color: Vivid Violet. HEX triplet: 8B, 37 and 85. RGB value is (139,55,133). Sum of RGB (Red+Green+Blue) = 139+55+133=327 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.51% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3785 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3785 is #74C87A. Grayscale: #585858. Windows color (decimal): -7653499 or 8730507. OLE color: 8730507.
HSL color Cylindrical-coordinate representation of color #8B3785: hue angle of 304.29º 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 #8B3785 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 55 | 133 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.45 |
| HSL | 304.29º | 0.43% | 0.38% | - |
| HSV(B) | 304.29º | 0.6% | 0.55% | - |
| XYZ | 16.25 | 9.91 | 23.25 | - |
| YUV | 89.01 | 152.83 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 55 | 133 | 0 | 0.60 | 0.04 | 0.45 | 304.29 | 0.43 | 0.38 |
| Hex | 8B | 37 | 85 | 0 | 3C | 4 | 2D | 130 | 2B | 26 |
| Octal | 213 | 67 | 205 | 0 | 74 | 4 | 55 | 460 | 53 | 46 |
| Binary | 10001011 | 110111 | 10000101 | 0 | 111100 | 100 | 101101 | 100110000 | 101011 | 100110 |
Color Harmonies of #8B3785
Complementary color
Monochromatic Colors of #8B3785
Black with #8B3785
Text Example
Text Example
White with #8B3785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3785; }
p { color: rgb(139,55,133); }
H1.HeaderClassName
{
color: #8B3785;
}
.AnyTagClassName
{
color: #8B3785;
}
</style>
background-color css
<style>
a { background-color: #8B3785; }
a { background-color: rgb(139,55,133); }
div.DivClassName
{
background-color: #8B3785;
}
.BgClassName
{
background-color: #8B3785;
}
</style>
border-color css
<style>
span { border-color: #8B3785; }
span { border-color: rgb(139,55,133); }
td.TdClassName
{
border-color: #8B3785;
}
.TagClassName
{
border-color: #8B3785;
}
</style>