Shades of Vivid Violet #8B1EA4
Tints of Vivid Violet #8B1EA4
RGB
CMYK
RGB Variations
Color information
#8B1EA4 (or 0x8B1EA4) is known color: Vivid Violet. HEX triplet: 8B, 1E and A4. RGB value is (139,30,164). Sum of RGB (Red+Green+Blue) = 139+30+164=333 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.74% from 333); Green value is 30 (12.11% from 255 or 9.01% from 333); Blue value is 164 (64.45% from 255 or 49.25% from 333); Max value from RGB is 164 - color contains mainly: blue. Hex color #8B1EA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B1EA4 is #74E15B. Grayscale: #4D4D4D. Windows color (decimal): -7659868 or 10755723. OLE color: 10755723.
HSL color Cylindrical-coordinate representation of color #8B1EA4: hue angle of 288.81º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8B1EA4 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 30 | 164 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.36 |
| HSL | 288.81º | 0.69% | 0.38% | - |
| HSV(B) | 288.81º | 0.82% | 0.64% | - |
| XYZ | 17.81 | 9.1 | 35.94 | - |
| YUV | 77.87 | 176.61 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 30 | 164 | 0.15 | 0.82 | 0 | 0.36 | 288.81 | 0.69 | 0.38 |
| Hex | 8B | 1E | A4 | F | 52 | 0 | 24 | 121 | 45 | 26 |
| Octal | 213 | 36 | 244 | 17 | 122 | 0 | 44 | 441 | 105 | 46 |
| Binary | 10001011 | 11110 | 10100100 | 1111 | 1010010 | 0 | 100100 | 100100001 | 1000101 | 100110 |
Color Harmonies of #8B1EA4
Complementary color
Monochromatic Colors of #8B1EA4
Black with #8B1EA4
Text Example
Text Example
White with #8B1EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1EA4; }
p { color: rgb(139,30,164); }
H1.HeaderClassName
{
color: #8B1EA4;
}
.AnyTagClassName
{
color: #8B1EA4;
}
</style>
background-color css
<style>
a { background-color: #8B1EA4; }
a { background-color: rgb(139,30,164); }
div.DivClassName
{
background-color: #8B1EA4;
}
.BgClassName
{
background-color: #8B1EA4;
}
</style>
border-color css
<style>
span { border-color: #8B1EA4; }
span { border-color: rgb(139,30,164); }
td.TdClassName
{
border-color: #8B1EA4;
}
.TagClassName
{
border-color: #8B1EA4;
}
</style>