Shades of Vivid Violet #84268A
Tints of Vivid Violet #84268A
RGB
CMYK
RGB Variations
Color information
#84268A (or 0x84268A) is known color: Vivid Violet. HEX triplet: 84, 26 and 8A. RGB value is (132,38,138). Sum of RGB (Red+Green+Blue) = 132+38+138=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 138 (54.30% from 255 or 44.81% from 308); Max value from RGB is 138 - color contains mainly: blue. Hex color #84268A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84268A is #7BD975. Grayscale: #4D4D4D. Windows color (decimal): -8116598 or 9053828. OLE color: 9053828.
HSL color Cylindrical-coordinate representation of color #84268A: hue angle of 296.4º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #84268A is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 38 | 138 | - |
| CMYK | 0.04 | 0.72 | 0 | 0.46 |
| HSL | 296.4º | 0.57% | 0.35% | - |
| HSV(B) | 296.4º | 0.72% | 0.54% | - |
| XYZ | 14.8 | 8.13 | 24.83 | - |
| YUV | 77.51 | 162.14 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 38 | 138 | 0.04 | 0.72 | 0 | 0.46 | 296.4 | 0.57 | 0.35 |
| Hex | 84 | 26 | 8A | 4 | 48 | 0 | 2E | 128 | 39 | 23 |
| Octal | 204 | 46 | 212 | 4 | 110 | 0 | 56 | 450 | 71 | 43 |
| Binary | 10000100 | 100110 | 10001010 | 100 | 1001000 | 0 | 101110 | 100101000 | 111001 | 100011 |
Color Harmonies of #84268A
Complementary color
Monochromatic Colors of #84268A
Black with #84268A
Text Example
Text Example
White with #84268A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84268A; }
p { color: rgb(132,38,138); }
H1.HeaderClassName
{
color: #84268A;
}
.AnyTagClassName
{
color: #84268A;
}
</style>
background-color css
<style>
a { background-color: #84268A; }
a { background-color: rgb(132,38,138); }
div.DivClassName
{
background-color: #84268A;
}
.BgClassName
{
background-color: #84268A;
}
</style>
border-color css
<style>
span { border-color: #84268A; }
span { border-color: rgb(132,38,138); }
td.TdClassName
{
border-color: #84268A;
}
.TagClassName
{
border-color: #84268A;
}
</style>