Shades of Vivid Violet #8B509F
Tints of Vivid Violet #8B509F
RGB
CMYK
RGB Variations
Color information
#8B509F (or 0x8B509F) is known color: Vivid Violet. HEX triplet: 8B, 50 and 9F. RGB value is (139,80,159). Sum of RGB (Red+Green+Blue) = 139+80+159=378 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.77% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 159 - color contains mainly: blue. Hex color #8B509F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B509F is #74AF60. Grayscale: #6A6A6A. Windows color (decimal): -7647073 or 10440843. OLE color: 10440843.
HSL color Cylindrical-coordinate representation of color #8B509F: hue angle of 284.81º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B509F is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 80 | 159 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.38 |
| HSL | 284.81º | 0.33% | 0.47% | - |
| HSV(B) | 284.81º | 0.5% | 0.62% | - |
| XYZ | 19.77 | 13.73 | 34.41 | - |
| YUV | 106.65 | 157.55 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 80 | 159 | 0.13 | 0.50 | 0 | 0.38 | 284.81 | 0.33 | 0.47 |
| Hex | 8B | 50 | 9F | D | 32 | 0 | 26 | 11D | 21 | 2F |
| Octal | 213 | 120 | 237 | 15 | 62 | 0 | 46 | 435 | 41 | 57 |
| Binary | 10001011 | 1010000 | 10011111 | 1101 | 110010 | 0 | 100110 | 100011101 | 100001 | 101111 |
Color Harmonies of #8B509F
Complementary color
Monochromatic Colors of #8B509F
Black with #8B509F
Text Example
Text Example
White with #8B509F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B509F; }
p { color: rgb(139,80,159); }
H1.HeaderClassName
{
color: #8B509F;
}
.AnyTagClassName
{
color: #8B509F;
}
</style>
background-color css
<style>
a { background-color: #8B509F; }
a { background-color: rgb(139,80,159); }
div.DivClassName
{
background-color: #8B509F;
}
.BgClassName
{
background-color: #8B509F;
}
</style>
border-color css
<style>
span { border-color: #8B509F; }
span { border-color: rgb(139,80,159); }
td.TdClassName
{
border-color: #8B509F;
}
.TagClassName
{
border-color: #8B509F;
}
</style>