Shades of Vivid Violet #8B288E
Tints of Vivid Violet #8B288E
RGB
CMYK
RGB Variations
Color information
#8B288E (or 0x8B288E) is known color: Vivid Violet. HEX triplet: 8B, 28 and 8E. RGB value is (139,40,142). Sum of RGB (Red+Green+Blue) = 139+40+142=321 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.30% from 321); Green value is 40 (16.02% from 255 or 12.46% from 321); Blue value is 142 (55.86% from 255 or 44.24% from 321); Max value from RGB is 142 - color contains mainly: blue. Hex color #8B288E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B288E is #74D771. Grayscale: #505050. Windows color (decimal): -7657330 or 9316491. OLE color: 9316491.
HSL color Cylindrical-coordinate representation of color #8B288E: hue angle of 298.24º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8B288E is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 40 | 142 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.44 |
| HSL | 298.24º | 0.56% | 0.36% | - |
| HSV(B) | 298.24º | 0.72% | 0.56% | - |
| XYZ | 16.29 | 8.96 | 26.46 | - |
| YUV | 81.23 | 162.3 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 40 | 142 | 0.02 | 0.72 | 0 | 0.44 | 298.24 | 0.56 | 0.36 |
| Hex | 8B | 28 | 8E | 2 | 48 | 0 | 2C | 12A | 38 | 24 |
| Octal | 213 | 50 | 216 | 2 | 110 | 0 | 54 | 452 | 70 | 44 |
| Binary | 10001011 | 101000 | 10001110 | 10 | 1001000 | 0 | 101100 | 100101010 | 111000 | 100100 |
Color Harmonies of #8B288E
Complementary color
Monochromatic Colors of #8B288E
Black with #8B288E
Text Example
Text Example
White with #8B288E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B288E; }
p { color: rgb(139,40,142); }
H1.HeaderClassName
{
color: #8B288E;
}
.AnyTagClassName
{
color: #8B288E;
}
</style>
background-color css
<style>
a { background-color: #8B288E; }
a { background-color: rgb(139,40,142); }
div.DivClassName
{
background-color: #8B288E;
}
.BgClassName
{
background-color: #8B288E;
}
</style>
border-color css
<style>
span { border-color: #8B288E; }
span { border-color: rgb(139,40,142); }
td.TdClassName
{
border-color: #8B288E;
}
.TagClassName
{
border-color: #8B288E;
}
</style>