Shades of Vivid Violet #8B289C
Tints of Vivid Violet #8B289C
RGB
CMYK
RGB Variations
Color information
#8B289C (or 0x8B289C) is known color: Vivid Violet. HEX triplet: 8B, 28 and 9C. RGB value is (139,40,156). Sum of RGB (Red+Green+Blue) = 139+40+156=335 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.49% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 156 (61.33% from 255 or 46.57% from 335); Max value from RGB is 156 - color contains mainly: blue. Hex color #8B289C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B289C is #74D763. Grayscale: #525252. Windows color (decimal): -7657316 or 10233995. OLE color: 10233995.
HSL color Cylindrical-coordinate representation of color #8B289C: hue angle of 291.21º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8B289C is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 139 | 40 | 156 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.39 |
| HSL | 291.21º | 0.59% | 0.38% | - |
| HSV(B) | 291.21º | 0.74% | 0.61% | - |
| XYZ | 17.41 | 9.41 | 32.35 | - |
| YUV | 82.83 | 169.3 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 40 | 156 | 0.11 | 0.74 | 0 | 0.39 | 291.21 | 0.59 | 0.38 |
| Hex | 8B | 28 | 9C | B | 4A | 0 | 27 | 123 | 3B | 26 |
| Octal | 213 | 50 | 234 | 13 | 112 | 0 | 47 | 443 | 73 | 46 |
| Binary | 10001011 | 101000 | 10011100 | 1011 | 1001010 | 0 | 100111 | 100100011 | 111011 | 100110 |
Color Harmonies of #8B289C
Complementary color
Monochromatic Colors of #8B289C
Black with #8B289C
Text Example
Text Example
White with #8B289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B289C; }
p { color: rgb(139,40,156); }
H1.HeaderClassName
{
color: #8B289C;
}
.AnyTagClassName
{
color: #8B289C;
}
</style>
background-color css
<style>
a { background-color: #8B289C; }
a { background-color: rgb(139,40,156); }
div.DivClassName
{
background-color: #8B289C;
}
.BgClassName
{
background-color: #8B289C;
}
</style>
border-color css
<style>
span { border-color: #8B289C; }
span { border-color: rgb(139,40,156); }
td.TdClassName
{
border-color: #8B289C;
}
.TagClassName
{
border-color: #8B289C;
}
</style>