Shades of Vivid Violet #8B379C
Tints of Vivid Violet #8B379C
RGB
CMYK
RGB Variations
Color information
#8B379C (or 0x8B379C) is known color: Vivid Violet. HEX triplet: 8B, 37 and 9C. RGB value is (139,55,156). Sum of RGB (Red+Green+Blue) = 139+55+156=350 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.71% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 156 - color contains mainly: blue. Hex color #8B379C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B379C is #74C863. Grayscale: #5B5B5B. Windows color (decimal): -7653476 or 10237835. OLE color: 10237835.
HSL color Cylindrical-coordinate representation of color #8B379C: hue angle of 289.9º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B379C is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 139 | 55 | 156 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.39 |
| HSL | 289.9º | 0.48% | 0.41% | - |
| HSV(B) | 289.9º | 0.65% | 0.61% | - |
| XYZ | 18.01 | 10.62 | 32.55 | - |
| YUV | 91.63 | 164.33 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 55 | 156 | 0.11 | 0.65 | 0 | 0.39 | 289.9 | 0.48 | 0.41 |
| Hex | 8B | 37 | 9C | B | 41 | 0 | 27 | 122 | 30 | 29 |
| Octal | 213 | 67 | 234 | 13 | 101 | 0 | 47 | 442 | 60 | 51 |
| Binary | 10001011 | 110111 | 10011100 | 1011 | 1000001 | 0 | 100111 | 100100010 | 110000 | 101001 |
Color Harmonies of #8B379C
Complementary color
Monochromatic Colors of #8B379C
Black with #8B379C
Text Example
Text Example
White with #8B379C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B379C; }
p { color: rgb(139,55,156); }
H1.HeaderClassName
{
color: #8B379C;
}
.AnyTagClassName
{
color: #8B379C;
}
</style>
background-color css
<style>
a { background-color: #8B379C; }
a { background-color: rgb(139,55,156); }
div.DivClassName
{
background-color: #8B379C;
}
.BgClassName
{
background-color: #8B379C;
}
</style>
border-color css
<style>
span { border-color: #8B379C; }
span { border-color: rgb(139,55,156); }
td.TdClassName
{
border-color: #8B379C;
}
.TagClassName
{
border-color: #8B379C;
}
</style>