Shades of Vivid Violet #8B349D
Tints of Vivid Violet #8B349D
RGB
CMYK
RGB Variations
Color information
#8B349D (or 0x8B349D) is known color: Vivid Violet. HEX triplet: 8B, 34 and 9D. RGB value is (139,52,157). Sum of RGB (Red+Green+Blue) = 139+52+157=348 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.94% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 157 - color contains mainly: blue. Hex color #8B349D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B349D is #74CB62. Grayscale: #595959. Windows color (decimal): -7654243 or 10302603. OLE color: 10302603.
HSL color Cylindrical-coordinate representation of color #8B349D: hue angle of 289.71º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8B349D is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 52 | 157 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.38 |
| HSL | 289.71º | 0.5% | 0.41% | - |
| HSV(B) | 289.71º | 0.67% | 0.62% | - |
| XYZ | 17.96 | 10.38 | 32.96 | - |
| YUV | 89.98 | 165.82 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 52 | 157 | 0.11 | 0.67 | 0 | 0.38 | 289.71 | 0.5 | 0.41 |
| Hex | 8B | 34 | 9D | B | 43 | 0 | 26 | 122 | 32 | 29 |
| Octal | 213 | 64 | 235 | 13 | 103 | 0 | 46 | 442 | 62 | 51 |
| Binary | 10001011 | 110100 | 10011101 | 1011 | 1000011 | 0 | 100110 | 100100010 | 110010 | 101001 |
Color Harmonies of #8B349D
Complementary color
Monochromatic Colors of #8B349D
Black with #8B349D
Text Example
Text Example
White with #8B349D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B349D; }
p { color: rgb(139,52,157); }
H1.HeaderClassName
{
color: #8B349D;
}
.AnyTagClassName
{
color: #8B349D;
}
</style>
background-color css
<style>
a { background-color: #8B349D; }
a { background-color: rgb(139,52,157); }
div.DivClassName
{
background-color: #8B349D;
}
.BgClassName
{
background-color: #8B349D;
}
</style>
border-color css
<style>
span { border-color: #8B349D; }
span { border-color: rgb(139,52,157); }
td.TdClassName
{
border-color: #8B349D;
}
.TagClassName
{
border-color: #8B349D;
}
</style>