Shades of Vivid Violet #8B309C
Tints of Vivid Violet #8B309C
RGB
CMYK
RGB Variations
Color information
#8B309C (or 0x8B309C) is known color: Vivid Violet. HEX triplet: 8B, 30 and 9C. RGB value is (139,48,156). Sum of RGB (Red+Green+Blue) = 139+48+156=343 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.52% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 156 - color contains mainly: blue. Hex color #8B309C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B309C is #74CF63. Grayscale: #575757. Windows color (decimal): -7655268 or 10236043. OLE color: 10236043.
HSL color Cylindrical-coordinate representation of color #8B309C: hue angle of 290.56º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8B309C is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 139 | 48 | 156 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.39 |
| HSL | 290.56º | 0.53% | 0.4% | - |
| HSV(B) | 290.56º | 0.69% | 0.61% | - |
| XYZ | 17.71 | 10 | 32.45 | - |
| YUV | 87.52 | 166.65 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 48 | 156 | 0.11 | 0.69 | 0 | 0.39 | 290.56 | 0.53 | 0.4 |
| Hex | 8B | 30 | 9C | B | 45 | 0 | 27 | 123 | 35 | 28 |
| Octal | 213 | 60 | 234 | 13 | 105 | 0 | 47 | 443 | 65 | 50 |
| Binary | 10001011 | 110000 | 10011100 | 1011 | 1000101 | 0 | 100111 | 100100011 | 110101 | 101000 |
Color Harmonies of #8B309C
Complementary color
Monochromatic Colors of #8B309C
Black with #8B309C
Text Example
Text Example
White with #8B309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B309C; }
p { color: rgb(139,48,156); }
H1.HeaderClassName
{
color: #8B309C;
}
.AnyTagClassName
{
color: #8B309C;
}
</style>
background-color css
<style>
a { background-color: #8B309C; }
a { background-color: rgb(139,48,156); }
div.DivClassName
{
background-color: #8B309C;
}
.BgClassName
{
background-color: #8B309C;
}
</style>
border-color css
<style>
span { border-color: #8B309C; }
span { border-color: rgb(139,48,156); }
td.TdClassName
{
border-color: #8B309C;
}
.TagClassName
{
border-color: #8B309C;
}
</style>