Shades of Vivid Violet #8B359F
Tints of Vivid Violet #8B359F
RGB
CMYK
RGB Variations
Color information
#8B359F (or 0x8B359F) is known color: Vivid Violet. HEX triplet: 8B, 35 and 9F. RGB value is (139,53,159). Sum of RGB (Red+Green+Blue) = 139+53+159=351 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.60% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 159 (62.5% from 255 or 45.30% from 351); Max value from RGB is 159 - color contains mainly: blue. Hex color #8B359F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B359F is #74CA60. Grayscale: #5A5A5A. Windows color (decimal): -7653985 or 10433931. OLE color: 10433931.
HSL color Cylindrical-coordinate representation of color #8B359F: hue angle of 288.68º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8B359F is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 53 | 159 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.38 |
| HSL | 288.68º | 0.5% | 0.42% | - |
| HSV(B) | 288.68º | 0.67% | 0.62% | - |
| XYZ | 18.18 | 10.54 | 33.88 | - |
| YUV | 90.8 | 166.49 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 53 | 159 | 0.13 | 0.67 | 0 | 0.38 | 288.68 | 0.5 | 0.42 |
| Hex | 8B | 35 | 9F | D | 43 | 0 | 26 | 121 | 32 | 2A |
| Octal | 213 | 65 | 237 | 15 | 103 | 0 | 46 | 441 | 62 | 52 |
| Binary | 10001011 | 110101 | 10011111 | 1101 | 1000011 | 0 | 100110 | 100100001 | 110010 | 101010 |
Color Harmonies of #8B359F
Complementary color
Monochromatic Colors of #8B359F
Black with #8B359F
Text Example
Text Example
White with #8B359F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B359F; }
p { color: rgb(139,53,159); }
H1.HeaderClassName
{
color: #8B359F;
}
.AnyTagClassName
{
color: #8B359F;
}
</style>
background-color css
<style>
a { background-color: #8B359F; }
a { background-color: rgb(139,53,159); }
div.DivClassName
{
background-color: #8B359F;
}
.BgClassName
{
background-color: #8B359F;
}
</style>
border-color css
<style>
span { border-color: #8B359F; }
span { border-color: rgb(139,53,159); }
td.TdClassName
{
border-color: #8B359F;
}
.TagClassName
{
border-color: #8B359F;
}
</style>