Shades of Vivid Violet #8B359C
Tints of Vivid Violet #8B359C
RGB
CMYK
RGB Variations
Color information
#8B359C (or 0x8B359C) is known color: Vivid Violet. HEX triplet: 8B, 35 and 9C. RGB value is (139,53,156). Sum of RGB (Red+Green+Blue) = 139+53+156=348 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.94% from 348); Green value is 53 (21.09% from 255 or 15.23% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 156 - color contains mainly: blue. Hex color #8B359C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B359C is #74CA63. Grayscale: #5A5A5A. Windows color (decimal): -7653988 or 10237323. OLE color: 10237323.
HSL color Cylindrical-coordinate representation of color #8B359C: hue angle of 290.1º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8B359C is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 139 | 53 | 156 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.39 |
| HSL | 290.1º | 0.49% | 0.41% | - |
| HSV(B) | 290.1º | 0.66% | 0.61% | - |
| XYZ | 17.92 | 10.44 | 32.52 | - |
| YUV | 90.46 | 164.99 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 53 | 156 | 0.11 | 0.66 | 0 | 0.39 | 290.1 | 0.49 | 0.41 |
| Hex | 8B | 35 | 9C | B | 42 | 0 | 27 | 122 | 31 | 29 |
| Octal | 213 | 65 | 234 | 13 | 102 | 0 | 47 | 442 | 61 | 51 |
| Binary | 10001011 | 110101 | 10011100 | 1011 | 1000010 | 0 | 100111 | 100100010 | 110001 | 101001 |
Color Harmonies of #8B359C
Complementary color
Monochromatic Colors of #8B359C
Black with #8B359C
Text Example
Text Example
White with #8B359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B359C; }
p { color: rgb(139,53,156); }
H1.HeaderClassName
{
color: #8B359C;
}
.AnyTagClassName
{
color: #8B359C;
}
</style>
background-color css
<style>
a { background-color: #8B359C; }
a { background-color: rgb(139,53,156); }
div.DivClassName
{
background-color: #8B359C;
}
.BgClassName
{
background-color: #8B359C;
}
</style>
border-color css
<style>
span { border-color: #8B359C; }
span { border-color: rgb(139,53,156); }
td.TdClassName
{
border-color: #8B359C;
}
.TagClassName
{
border-color: #8B359C;
}
</style>