Shades of Vivid Violet #844283
Tints of Vivid Violet #844283
RGB
CMYK
RGB Variations
Color information
#844283 (or 0x844283) is known color: Vivid Violet. HEX triplet: 84, 42 and 83. RGB value is (132,66,131). Sum of RGB (Red+Green+Blue) = 132+66+131=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 131 (51.56% from 255 or 39.82% from 329); Max value from RGB is 132 - color contains mainly: red. Hex color #844283 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844283 is #7BBD7C. Grayscale: #5C5C5C. Windows color (decimal): -8109437 or 8602244. OLE color: 8602244.
HSL color Cylindrical-coordinate representation of color #844283: hue angle of 300.91º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #844283 is Cyan = 0, Magento = 0.5, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 66 | 131 | - |
| CMYK | 0 | 0.5 | 0.01 | 0.48 |
| HSL | 300.91º | 0.33% | 0.39% | - |
| HSV(B) | 300.91º | 0.5% | 0.52% | - |
| XYZ | 15.56 | 10.44 | 22.67 | - |
| YUV | 93.14 | 149.37 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 66 | 131 | 0 | 0.5 | 0.01 | 0.48 | 300.91 | 0.33 | 0.39 |
| Hex | 84 | 42 | 83 | 0 | 32 | 1 | 30 | 12D | 21 | 27 |
| Octal | 204 | 102 | 203 | 0 | 62 | 1 | 60 | 455 | 41 | 47 |
| Binary | 10000100 | 1000010 | 10000011 | 0 | 110010 | 1 | 110000 | 100101101 | 100001 | 100111 |
Color Harmonies of #844283
Complementary color
Monochromatic Colors of #844283
Black with #844283
Text Example
Text Example
White with #844283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844283; }
p { color: rgb(132,66,131); }
H1.HeaderClassName
{
color: #844283;
}
.AnyTagClassName
{
color: #844283;
}
</style>
background-color css
<style>
a { background-color: #844283; }
a { background-color: rgb(132,66,131); }
div.DivClassName
{
background-color: #844283;
}
.BgClassName
{
background-color: #844283;
}
</style>
border-color css
<style>
span { border-color: #844283; }
span { border-color: rgb(132,66,131); }
td.TdClassName
{
border-color: #844283;
}
.TagClassName
{
border-color: #844283;
}
</style>