Shades of Vivid Violet #844383
Tints of Vivid Violet #844383
RGB
CMYK
RGB Variations
Color information
#844383 (or 0x844383) is known color: Vivid Violet. HEX triplet: 84, 43 and 83. RGB value is (132,67,131). Sum of RGB (Red+Green+Blue) = 132+67+131=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 131 (51.56% from 255 or 39.70% from 330); Max value from RGB is 132 - color contains mainly: red. Hex color #844383 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844383 is #7BBC7C. Grayscale: #5D5D5D. Windows color (decimal): -8109181 or 8602500. OLE color: 8602500.
HSL color Cylindrical-coordinate representation of color #844383: hue angle of 300.92º 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 #844383 is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 67 | 131 | - |
| CMYK | 0 | 0.49 | 0.01 | 0.48 |
| HSL | 300.92º | 0.33% | 0.39% | - |
| HSV(B) | 300.92º | 0.49% | 0.52% | - |
| XYZ | 15.62 | 10.56 | 22.69 | - |
| YUV | 93.73 | 149.03 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 67 | 131 | 0 | 0.49 | 0.01 | 0.48 | 300.92 | 0.33 | 0.39 |
| Hex | 84 | 43 | 83 | 0 | 31 | 1 | 30 | 12D | 21 | 27 |
| Octal | 204 | 103 | 203 | 0 | 61 | 1 | 60 | 455 | 41 | 47 |
| Binary | 10000100 | 1000011 | 10000011 | 0 | 110001 | 1 | 110000 | 100101101 | 100001 | 100111 |
Color Harmonies of #844383
Complementary color
Monochromatic Colors of #844383
Black with #844383
Text Example
Text Example
White with #844383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844383; }
p { color: rgb(132,67,131); }
H1.HeaderClassName
{
color: #844383;
}
.AnyTagClassName
{
color: #844383;
}
</style>
background-color css
<style>
a { background-color: #844383; }
a { background-color: rgb(132,67,131); }
div.DivClassName
{
background-color: #844383;
}
.BgClassName
{
background-color: #844383;
}
</style>
border-color css
<style>
span { border-color: #844383; }
span { border-color: rgb(132,67,131); }
td.TdClassName
{
border-color: #844383;
}
.TagClassName
{
border-color: #844383;
}
</style>