Shades of Vivid Violet #843395
Tints of Vivid Violet #843395
RGB
CMYK
RGB Variations
Color information
#843395 (or 0x843395) is known color: Vivid Violet. HEX triplet: 84, 33 and 95. RGB value is (132,51,149). Sum of RGB (Red+Green+Blue) = 132+51+149=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 149 - color contains mainly: blue. Hex color #843395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843395 is #7BCC6A. Grayscale: #565656. Windows color (decimal): -8113259 or 9778052. OLE color: 9778052.
HSL color Cylindrical-coordinate representation of color #843395: hue angle of 289.59º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #843395 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 51 | 149 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.42 |
| HSL | 289.59º | 0.49% | 0.39% | - |
| HSV(B) | 289.59º | 0.66% | 0.58% | - |
| XYZ | 16.12 | 9.44 | 29.41 | - |
| YUV | 86.39 | 163.34 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 51 | 149 | 0.11 | 0.66 | 0 | 0.42 | 289.59 | 0.49 | 0.39 |
| Hex | 84 | 33 | 95 | B | 42 | 0 | 2A | 122 | 31 | 27 |
| Octal | 204 | 63 | 225 | 13 | 102 | 0 | 52 | 442 | 61 | 47 |
| Binary | 10000100 | 110011 | 10010101 | 1011 | 1000010 | 0 | 101010 | 100100010 | 110001 | 100111 |
Color Harmonies of #843395
Complementary color
Monochromatic Colors of #843395
Black with #843395
Text Example
Text Example
White with #843395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843395; }
p { color: rgb(132,51,149); }
H1.HeaderClassName
{
color: #843395;
}
.AnyTagClassName
{
color: #843395;
}
</style>
background-color css
<style>
a { background-color: #843395; }
a { background-color: rgb(132,51,149); }
div.DivClassName
{
background-color: #843395;
}
.BgClassName
{
background-color: #843395;
}
</style>
border-color css
<style>
span { border-color: #843395; }
span { border-color: rgb(132,51,149); }
td.TdClassName
{
border-color: #843395;
}
.TagClassName
{
border-color: #843395;
}
</style>