Shades of Vivid Violet #8B42A4
Tints of Vivid Violet #8B42A4
RGB
CMYK
RGB Variations
Color information
#8B42A4 (or 0x8B42A4) is known color: Vivid Violet. HEX triplet: 8B, 42 and A4. RGB value is (139,66,164). Sum of RGB (Red+Green+Blue) = 139+66+164=369 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.67% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 164 (64.45% from 255 or 44.44% from 369); Max value from RGB is 164 - color contains mainly: blue. Hex color #8B42A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B42A4 is #74BD5B. Grayscale: #626262. Windows color (decimal): -7650652 or 10764939. OLE color: 10764939.
HSL color Cylindrical-coordinate representation of color #8B42A4: hue angle of 284.69º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B42A4 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 66 | 164 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.36 |
| HSL | 284.69º | 0.43% | 0.45% | - |
| HSV(B) | 284.69º | 0.6% | 0.64% | - |
| XYZ | 19.3 | 12.07 | 36.43 | - |
| YUV | 99 | 164.68 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 66 | 164 | 0.15 | 0.60 | 0 | 0.36 | 284.69 | 0.43 | 0.45 |
| Hex | 8B | 42 | A4 | F | 3C | 0 | 24 | 11D | 2B | 2D |
| Octal | 213 | 102 | 244 | 17 | 74 | 0 | 44 | 435 | 53 | 55 |
| Binary | 10001011 | 1000010 | 10100100 | 1111 | 111100 | 0 | 100100 | 100011101 | 101011 | 101101 |
Color Harmonies of #8B42A4
Complementary color
Monochromatic Colors of #8B42A4
Black with #8B42A4
Text Example
Text Example
White with #8B42A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B42A4; }
p { color: rgb(139,66,164); }
H1.HeaderClassName
{
color: #8B42A4;
}
.AnyTagClassName
{
color: #8B42A4;
}
</style>
background-color css
<style>
a { background-color: #8B42A4; }
a { background-color: rgb(139,66,164); }
div.DivClassName
{
background-color: #8B42A4;
}
.BgClassName
{
background-color: #8B42A4;
}
</style>
border-color css
<style>
span { border-color: #8B42A4; }
span { border-color: rgb(139,66,164); }
td.TdClassName
{
border-color: #8B42A4;
}
.TagClassName
{
border-color: #8B42A4;
}
</style>