Shades of Vivid Violet #834384
Tints of Vivid Violet #834384
RGB
CMYK
RGB Variations
Color information
#834384 (or 0x834384) is known color: Vivid Violet. HEX triplet: 83, 43 and 84. RGB value is (131,67,132). Sum of RGB (Red+Green+Blue) = 131+67+132=330 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.70% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 132 - color contains mainly: blue. Hex color #834384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834384 is #7CBC7B. Grayscale: #5D5D5D. Windows color (decimal): -8174716 or 8668035. OLE color: 8668035.
HSL color Cylindrical-coordinate representation of color #834384: hue angle of 299.08º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #834384 is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 67 | 132 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.48 |
| HSL | 299.08º | 0.33% | 0.39% | - |
| HSV(B) | 299.08º | 0.49% | 0.52% | - |
| XYZ | 15.53 | 10.51 | 23.04 | - |
| YUV | 93.55 | 149.7 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 67 | 132 | 0.01 | 0.49 | 0 | 0.48 | 299.08 | 0.33 | 0.39 |
| Hex | 83 | 43 | 84 | 1 | 31 | 0 | 30 | 12B | 21 | 27 |
| Octal | 203 | 103 | 204 | 1 | 61 | 0 | 60 | 453 | 41 | 47 |
| Binary | 10000011 | 1000011 | 10000100 | 1 | 110001 | 0 | 110000 | 100101011 | 100001 | 100111 |
Color Harmonies of #834384
Complementary color
Monochromatic Colors of #834384
Black with #834384
Text Example
Text Example
White with #834384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834384; }
p { color: rgb(131,67,132); }
H1.HeaderClassName
{
color: #834384;
}
.AnyTagClassName
{
color: #834384;
}
</style>
background-color css
<style>
a { background-color: #834384; }
a { background-color: rgb(131,67,132); }
div.DivClassName
{
background-color: #834384;
}
.BgClassName
{
background-color: #834384;
}
</style>
border-color css
<style>
span { border-color: #834384; }
span { border-color: rgb(131,67,132); }
td.TdClassName
{
border-color: #834384;
}
.TagClassName
{
border-color: #834384;
}
</style>