Shades of Vivid Violet #8B358A
Tints of Vivid Violet #8B358A
RGB
CMYK
RGB Variations
Color information
#8B358A (or 0x8B358A) is known color: Vivid Violet. HEX triplet: 8B, 35 and 8A. RGB value is (139,53,138). Sum of RGB (Red+Green+Blue) = 139+53+138=330 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.12% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 139 - color contains mainly: red. Hex color #8B358A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B358A is #74CA75. Grayscale: #585858. Windows color (decimal): -7654006 or 9057675. OLE color: 9057675.
HSL color Cylindrical-coordinate representation of color #8B358A: hue angle of 300.7º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8B358A is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 53 | 138 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.45 |
| HSL | 300.7º | 0.45% | 0.38% | - |
| HSV(B) | 300.7º | 0.62% | 0.55% | - |
| XYZ | 16.51 | 9.87 | 25.08 | - |
| YUV | 88.4 | 155.99 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 53 | 138 | 0 | 0.62 | 0.01 | 0.45 | 300.7 | 0.45 | 0.38 |
| Hex | 8B | 35 | 8A | 0 | 3E | 1 | 2D | 12D | 2D | 26 |
| Octal | 213 | 65 | 212 | 0 | 76 | 1 | 55 | 455 | 55 | 46 |
| Binary | 10001011 | 110101 | 10001010 | 0 | 111110 | 1 | 101101 | 100101101 | 101101 | 100110 |
Color Harmonies of #8B358A
Complementary color
Monochromatic Colors of #8B358A
Black with #8B358A
Text Example
Text Example
White with #8B358A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B358A; }
p { color: rgb(139,53,138); }
H1.HeaderClassName
{
color: #8B358A;
}
.AnyTagClassName
{
color: #8B358A;
}
</style>
background-color css
<style>
a { background-color: #8B358A; }
a { background-color: rgb(139,53,138); }
div.DivClassName
{
background-color: #8B358A;
}
.BgClassName
{
background-color: #8B358A;
}
</style>
border-color css
<style>
span { border-color: #8B358A; }
span { border-color: rgb(139,53,138); }
td.TdClassName
{
border-color: #8B358A;
}
.TagClassName
{
border-color: #8B358A;
}
</style>