Shades of Vivid Violet #843095
Tints of Vivid Violet #843095
RGB
CMYK
RGB Variations
Color information
#843095 (or 0x843095) is known color: Vivid Violet. HEX triplet: 84, 30 and 95. RGB value is (132,48,149). Sum of RGB (Red+Green+Blue) = 132+48+149=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 149 (58.59% from 255 or 45.29% from 329); Max value from RGB is 149 - color contains mainly: blue. Hex color #843095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843095 is #7BCF6A. Grayscale: #545454. Windows color (decimal): -8114027 or 9777284. OLE color: 9777284.
HSL color Cylindrical-coordinate representation of color #843095: hue angle of 289.9º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #843095 is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 48 | 149 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.42 |
| HSL | 289.9º | 0.51% | 0.39% | - |
| HSV(B) | 289.9º | 0.68% | 0.58% | - |
| XYZ | 16 | 9.19 | 29.36 | - |
| YUV | 84.63 | 164.33 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 48 | 149 | 0.11 | 0.68 | 0 | 0.42 | 289.9 | 0.51 | 0.39 |
| Hex | 84 | 30 | 95 | B | 44 | 0 | 2A | 122 | 33 | 27 |
| Octal | 204 | 60 | 225 | 13 | 104 | 0 | 52 | 442 | 63 | 47 |
| Binary | 10000100 | 110000 | 10010101 | 1011 | 1000100 | 0 | 101010 | 100100010 | 110011 | 100111 |
Color Harmonies of #843095
Complementary color
Monochromatic Colors of #843095
Black with #843095
Text Example
Text Example
White with #843095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843095; }
p { color: rgb(132,48,149); }
H1.HeaderClassName
{
color: #843095;
}
.AnyTagClassName
{
color: #843095;
}
</style>
background-color css
<style>
a { background-color: #843095; }
a { background-color: rgb(132,48,149); }
div.DivClassName
{
background-color: #843095;
}
.BgClassName
{
background-color: #843095;
}
</style>
border-color css
<style>
span { border-color: #843095; }
span { border-color: rgb(132,48,149); }
td.TdClassName
{
border-color: #843095;
}
.TagClassName
{
border-color: #843095;
}
</style>