Shades of Vivid Violet #8B289B
Tints of Vivid Violet #8B289B
RGB
CMYK
RGB Variations
Color information
#8B289B (or 0x8B289B) is known color: Vivid Violet. HEX triplet: 8B, 28 and 9B. RGB value is (139,40,155). Sum of RGB (Red+Green+Blue) = 139+40+155=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 40 (16.02% from 255 or 11.98% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 155 - color contains mainly: blue. Hex color #8B289B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B289B is #74D764. Grayscale: #525252. Windows color (decimal): -7657317 or 10168459. OLE color: 10168459.
HSL color Cylindrical-coordinate representation of color #8B289B: hue angle of 291.65º 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 #8B289B is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 139 | 40 | 155 | - |
| CMYK | 0.10 | 0.74 | 0 | 0.39 |
| HSL | 291.65º | 0.59% | 0.38% | - |
| HSV(B) | 291.65º | 0.74% | 0.61% | - |
| XYZ | 17.32 | 9.37 | 31.91 | - |
| YUV | 82.71 | 168.8 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 40 | 155 | 0.10 | 0.74 | 0 | 0.39 | 291.65 | 0.59 | 0.38 |
| Hex | 8B | 28 | 9B | A | 4A | 0 | 27 | 124 | 3B | 26 |
| Octal | 213 | 50 | 233 | 12 | 112 | 0 | 47 | 444 | 73 | 46 |
| Binary | 10001011 | 101000 | 10011011 | 1010 | 1001010 | 0 | 100111 | 100100100 | 111011 | 100110 |
Color Harmonies of #8B289B
Complementary color
Monochromatic Colors of #8B289B
Black with #8B289B
Text Example
Text Example
White with #8B289B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B289B; }
p { color: rgb(139,40,155); }
H1.HeaderClassName
{
color: #8B289B;
}
.AnyTagClassName
{
color: #8B289B;
}
</style>
background-color css
<style>
a { background-color: #8B289B; }
a { background-color: rgb(139,40,155); }
div.DivClassName
{
background-color: #8B289B;
}
.BgClassName
{
background-color: #8B289B;
}
</style>
border-color css
<style>
span { border-color: #8B289B; }
span { border-color: rgb(139,40,155); }
td.TdClassName
{
border-color: #8B289B;
}
.TagClassName
{
border-color: #8B289B;
}
</style>