Shades of Vivid Violet #8B3297
Tints of Vivid Violet #8B3297
RGB
CMYK
RGB Variations
Color information
#8B3297 (or 0x8B3297) is known color: Vivid Violet. HEX triplet: 8B, 32 and 97. RGB value is (139,50,151). Sum of RGB (Red+Green+Blue) = 139+50+151=340 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.88% from 340); Green value is 50 (19.92% from 255 or 14.71% from 340); Blue value is 151 (59.38% from 255 or 44.41% from 340); Max value from RGB is 151 - color contains mainly: blue. Hex color #8B3297 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3297 is #74CD68. Grayscale: #575757. Windows color (decimal): -7654761 or 9908875. OLE color: 9908875.
HSL color Cylindrical-coordinate representation of color #8B3297: hue angle of 292.87º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8B3297 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 139 | 50 | 151 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.41 |
| HSL | 292.87º | 0.5% | 0.39% | - |
| HSV(B) | 292.87º | 0.67% | 0.59% | - |
| XYZ | 17.37 | 10 | 30.29 | - |
| YUV | 88.13 | 163.49 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 50 | 151 | 0.08 | 0.67 | 0 | 0.41 | 292.87 | 0.5 | 0.39 |
| Hex | 8B | 32 | 97 | 8 | 43 | 0 | 29 | 125 | 32 | 27 |
| Octal | 213 | 62 | 227 | 10 | 103 | 0 | 51 | 445 | 62 | 47 |
| Binary | 10001011 | 110010 | 10010111 | 1000 | 1000011 | 0 | 101001 | 100100101 | 110010 | 100111 |
Color Harmonies of #8B3297
Complementary color
Monochromatic Colors of #8B3297
Black with #8B3297
Text Example
Text Example
White with #8B3297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3297; }
p { color: rgb(139,50,151); }
H1.HeaderClassName
{
color: #8B3297;
}
.AnyTagClassName
{
color: #8B3297;
}
</style>
background-color css
<style>
a { background-color: #8B3297; }
a { background-color: rgb(139,50,151); }
div.DivClassName
{
background-color: #8B3297;
}
.BgClassName
{
background-color: #8B3297;
}
</style>
border-color css
<style>
span { border-color: #8B3297; }
span { border-color: rgb(139,50,151); }
td.TdClassName
{
border-color: #8B3297;
}
.TagClassName
{
border-color: #8B3297;
}
</style>