Shades of Vivid Violet #84407F
Tints of Vivid Violet #84407F
RGB
CMYK
RGB Variations
Color information
#84407F (or 0x84407F) is known color: Vivid Violet. HEX triplet: 84, 40 and 7F. RGB value is (132,64,127). Sum of RGB (Red+Green+Blue) = 132+64+127=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 132 - color contains mainly: red. Hex color #84407F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84407F is #7BBF80. Grayscale: #5B5B5B. Windows color (decimal): -8109953 or 8339588. OLE color: 8339588.
HSL color Cylindrical-coordinate representation of color #84407F: hue angle of 304.41º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #84407F is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 64 | 127 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.48 |
| HSL | 304.41º | 0.35% | 0.38% | - |
| HSV(B) | 304.41º | 0.52% | 0.52% | - |
| XYZ | 15.18 | 10.1 | 21.23 | - |
| YUV | 91.51 | 148.03 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 64 | 127 | 0 | 0.52 | 0.04 | 0.48 | 304.41 | 0.35 | 0.38 |
| Hex | 84 | 40 | 7F | 0 | 34 | 4 | 30 | 130 | 23 | 26 |
| Octal | 204 | 100 | 177 | 0 | 64 | 4 | 60 | 460 | 43 | 46 |
| Binary | 10000100 | 1000000 | 1111111 | 0 | 110100 | 100 | 110000 | 100110000 | 100011 | 100110 |
Color Harmonies of #84407F
Complementary color
Monochromatic Colors of #84407F
Black with #84407F
Text Example
Text Example
White with #84407F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84407F; }
p { color: rgb(132,64,127); }
H1.HeaderClassName
{
color: #84407F;
}
.AnyTagClassName
{
color: #84407F;
}
</style>
background-color css
<style>
a { background-color: #84407F; }
a { background-color: rgb(132,64,127); }
div.DivClassName
{
background-color: #84407F;
}
.BgClassName
{
background-color: #84407F;
}
</style>
border-color css
<style>
span { border-color: #84407F; }
span { border-color: rgb(132,64,127); }
td.TdClassName
{
border-color: #84407F;
}
.TagClassName
{
border-color: #84407F;
}
</style>