Shades of Vivid Violet #8442A4
Tints of Vivid Violet #8442A4
RGB
CMYK
RGB Variations
Color information
#8442A4 (or 0x8442A4) is known color: Vivid Violet. HEX triplet: 84, 42 and A4. RGB value is (132,66,164). Sum of RGB (Red+Green+Blue) = 132+66+164=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 66 (26.17% from 255 or 18.23% from 362); Blue value is 164 (64.45% from 255 or 45.30% from 362); Max value from RGB is 164 - color contains mainly: blue. Hex color #8442A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8442A4 is #7BBD5B. Grayscale: #606060. Windows color (decimal): -8109404 or 10764932. OLE color: 10764932.
HSL color Cylindrical-coordinate representation of color #8442A4: hue angle of 280.41º 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 #8442A4 is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 66 | 164 | - |
| CMYK | 0.20 | 0.60 | 0 | 0.36 |
| HSL | 280.41º | 0.43% | 0.45% | - |
| HSV(B) | 280.41º | 0.6% | 0.64% | - |
| XYZ | 18.16 | 11.48 | 36.38 | - |
| YUV | 96.91 | 165.87 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 66 | 164 | 0.20 | 0.60 | 0 | 0.36 | 280.41 | 0.43 | 0.45 |
| Hex | 84 | 42 | A4 | 14 | 3C | 0 | 24 | 118 | 2B | 2D |
| Octal | 204 | 102 | 244 | 24 | 74 | 0 | 44 | 430 | 53 | 55 |
| Binary | 10000100 | 1000010 | 10100100 | 10100 | 111100 | 0 | 100100 | 100011000 | 101011 | 101101 |
Color Harmonies of #8442A4
Complementary color
Monochromatic Colors of #8442A4
Black with #8442A4
Text Example
Text Example
White with #8442A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8442A4; }
p { color: rgb(132,66,164); }
H1.HeaderClassName
{
color: #8442A4;
}
.AnyTagClassName
{
color: #8442A4;
}
</style>
background-color css
<style>
a { background-color: #8442A4; }
a { background-color: rgb(132,66,164); }
div.DivClassName
{
background-color: #8442A4;
}
.BgClassName
{
background-color: #8442A4;
}
</style>
border-color css
<style>
span { border-color: #8442A4; }
span { border-color: rgb(132,66,164); }
td.TdClassName
{
border-color: #8442A4;
}
.TagClassName
{
border-color: #8442A4;
}
</style>