Shades of Vivid Violet #8B24A4
Tints of Vivid Violet #8B24A4
RGB
CMYK
RGB Variations
Color information
#8B24A4 (or 0x8B24A4) is known color: Vivid Violet. HEX triplet: 8B, 24 and A4. RGB value is (139,36,164). Sum of RGB (Red+Green+Blue) = 139+36+164=339 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.00% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 164 (64.45% from 255 or 48.38% from 339); Max value from RGB is 164 - color contains mainly: blue. Hex color #8B24A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B24A4 is #74DB5B. Grayscale: #505050. Windows color (decimal): -7658332 or 10757259. OLE color: 10757259.
HSL color Cylindrical-coordinate representation of color #8B24A4: hue angle of 288.28º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8B24A4 is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 36 | 164 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.36 |
| HSL | 288.28º | 0.64% | 0.39% | - |
| HSV(B) | 288.28º | 0.78% | 0.64% | - |
| XYZ | 17.98 | 9.43 | 35.99 | - |
| YUV | 81.39 | 174.62 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 36 | 164 | 0.15 | 0.78 | 0 | 0.36 | 288.28 | 0.64 | 0.39 |
| Hex | 8B | 24 | A4 | F | 4E | 0 | 24 | 120 | 40 | 27 |
| Octal | 213 | 44 | 244 | 17 | 116 | 0 | 44 | 440 | 100 | 47 |
| Binary | 10001011 | 100100 | 10100100 | 1111 | 1001110 | 0 | 100100 | 100100000 | 1000000 | 100111 |
Color Harmonies of #8B24A4
Complementary color
Monochromatic Colors of #8B24A4
Black with #8B24A4
Text Example
Text Example
White with #8B24A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B24A4; }
p { color: rgb(139,36,164); }
H1.HeaderClassName
{
color: #8B24A4;
}
.AnyTagClassName
{
color: #8B24A4;
}
</style>
background-color css
<style>
a { background-color: #8B24A4; }
a { background-color: rgb(139,36,164); }
div.DivClassName
{
background-color: #8B24A4;
}
.BgClassName
{
background-color: #8B24A4;
}
</style>
border-color css
<style>
span { border-color: #8B24A4; }
span { border-color: rgb(139,36,164); }
td.TdClassName
{
border-color: #8B24A4;
}
.TagClassName
{
border-color: #8B24A4;
}
</style>