Shades of Vivid Violet #84269C
Tints of Vivid Violet #84269C
RGB
CMYK
RGB Variations
Color information
#84269C (or 0x84269C) is known color: Vivid Violet. HEX triplet: 84, 26 and 9C. RGB value is (132,38,156). Sum of RGB (Red+Green+Blue) = 132+38+156=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 156 (61.33% from 255 or 47.85% from 326); Max value from RGB is 156 - color contains mainly: blue. Hex color #84269C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84269C is #7BD963. Grayscale: #4F4F4F. Windows color (decimal): -8116580 or 10233476. OLE color: 10233476.
HSL color Cylindrical-coordinate representation of color #84269C: hue angle of 287.8º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #84269C is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 38 | 156 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.39 |
| HSL | 287.8º | 0.61% | 0.38% | - |
| HSV(B) | 287.8º | 0.76% | 0.61% | - |
| XYZ | 16.21 | 8.69 | 32.28 | - |
| YUV | 79.56 | 171.14 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 38 | 156 | 0.15 | 0.76 | 0 | 0.39 | 287.8 | 0.61 | 0.38 |
| Hex | 84 | 26 | 9C | F | 4C | 0 | 27 | 120 | 3D | 26 |
| Octal | 204 | 46 | 234 | 17 | 114 | 0 | 47 | 440 | 75 | 46 |
| Binary | 10000100 | 100110 | 10011100 | 1111 | 1001100 | 0 | 100111 | 100100000 | 111101 | 100110 |
Color Harmonies of #84269C
Complementary color
Monochromatic Colors of #84269C
Black with #84269C
Text Example
Text Example
White with #84269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84269C; }
p { color: rgb(132,38,156); }
H1.HeaderClassName
{
color: #84269C;
}
.AnyTagClassName
{
color: #84269C;
}
</style>
background-color css
<style>
a { background-color: #84269C; }
a { background-color: rgb(132,38,156); }
div.DivClassName
{
background-color: #84269C;
}
.BgClassName
{
background-color: #84269C;
}
</style>
border-color css
<style>
span { border-color: #84269C; }
span { border-color: rgb(132,38,156); }
td.TdClassName
{
border-color: #84269C;
}
.TagClassName
{
border-color: #84269C;
}
</style>