Shades of Vivid Violet #8B348F
Tints of Vivid Violet #8B348F
RGB
CMYK
RGB Variations
Color information
#8B348F (or 0x8B348F) is known color: Vivid Violet. HEX triplet: 8B, 34 and 8F. RGB value is (139,52,143). Sum of RGB (Red+Green+Blue) = 139+52+143=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 143 (56.25% from 255 or 42.81% from 334); Max value from RGB is 143 - color contains mainly: blue. Hex color #8B348F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B348F is #74CB70. Grayscale: #585858. Windows color (decimal): -7654257 or 9385099. OLE color: 9385099.
HSL color Cylindrical-coordinate representation of color #8B348F: hue angle of 297.36º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8B348F is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 52 | 143 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.44 |
| HSL | 297.36º | 0.47% | 0.38% | - |
| HSV(B) | 297.36º | 0.64% | 0.56% | - |
| XYZ | 16.83 | 9.93 | 27.02 | - |
| YUV | 88.39 | 158.82 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 52 | 143 | 0.03 | 0.64 | 0 | 0.44 | 297.36 | 0.47 | 0.38 |
| Hex | 8B | 34 | 8F | 3 | 40 | 0 | 2C | 129 | 2F | 26 |
| Octal | 213 | 64 | 217 | 3 | 100 | 0 | 54 | 451 | 57 | 46 |
| Binary | 10001011 | 110100 | 10001111 | 11 | 1000000 | 0 | 101100 | 100101001 | 101111 | 100110 |
Color Harmonies of #8B348F
Complementary color
Monochromatic Colors of #8B348F
Black with #8B348F
Text Example
Text Example
White with #8B348F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B348F; }
p { color: rgb(139,52,143); }
H1.HeaderClassName
{
color: #8B348F;
}
.AnyTagClassName
{
color: #8B348F;
}
</style>
background-color css
<style>
a { background-color: #8B348F; }
a { background-color: rgb(139,52,143); }
div.DivClassName
{
background-color: #8B348F;
}
.BgClassName
{
background-color: #8B348F;
}
</style>
border-color css
<style>
span { border-color: #8B348F; }
span { border-color: rgb(139,52,143); }
td.TdClassName
{
border-color: #8B348F;
}
.TagClassName
{
border-color: #8B348F;
}
</style>