Shades of Vivid Violet #8B509B
Tints of Vivid Violet #8B509B
RGB
CMYK
RGB Variations
Color information
#8B509B (or 0x8B509B) is known color: Vivid Violet. HEX triplet: 8B, 50 and 9B. RGB value is (139,80,155). Sum of RGB (Red+Green+Blue) = 139+80+155=374 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.17% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 155 - color contains mainly: blue. Hex color #8B509B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B509B is #74AF64. Grayscale: #696969. Windows color (decimal): -7647077 or 10178699. OLE color: 10178699.
HSL color Cylindrical-coordinate representation of color #8B509B: hue angle of 287.2º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8B509B is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 139 | 80 | 155 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.39 |
| HSL | 287.2º | 0.32% | 0.46% | - |
| HSV(B) | 287.2º | 0.48% | 0.61% | - |
| XYZ | 19.43 | 13.59 | 32.61 | - |
| YUV | 106.19 | 155.55 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 80 | 155 | 0.10 | 0.48 | 0 | 0.39 | 287.2 | 0.32 | 0.46 |
| Hex | 8B | 50 | 9B | A | 30 | 0 | 27 | 11F | 20 | 2E |
| Octal | 213 | 120 | 233 | 12 | 60 | 0 | 47 | 437 | 40 | 56 |
| Binary | 10001011 | 1010000 | 10011011 | 1010 | 110000 | 0 | 100111 | 100011111 | 100000 | 101110 |
Color Harmonies of #8B509B
Complementary color
Monochromatic Colors of #8B509B
Black with #8B509B
Text Example
Text Example
White with #8B509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B509B; }
p { color: rgb(139,80,155); }
H1.HeaderClassName
{
color: #8B509B;
}
.AnyTagClassName
{
color: #8B509B;
}
</style>
background-color css
<style>
a { background-color: #8B509B; }
a { background-color: rgb(139,80,155); }
div.DivClassName
{
background-color: #8B509B;
}
.BgClassName
{
background-color: #8B509B;
}
</style>
border-color css
<style>
span { border-color: #8B509B; }
span { border-color: rgb(139,80,155); }
td.TdClassName
{
border-color: #8B509B;
}
.TagClassName
{
border-color: #8B509B;
}
</style>