Shades of Vivid Violet #844B9B
Tints of Vivid Violet #844B9B
RGB
CMYK
RGB Variations
Color information
#844B9B (or 0x844B9B) is known color: Vivid Violet. HEX triplet: 84, 4B and 9B. RGB value is (132,75,155). Sum of RGB (Red+Green+Blue) = 132+75+155=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 75 (29.69% from 255 or 20.72% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 155 - color contains mainly: blue. Hex color #844B9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844B9B is #7BB464. Grayscale: #646464. Windows color (decimal): -8107109 or 10177412. OLE color: 10177412.
HSL color Cylindrical-coordinate representation of color #844B9B: hue angle of 282.75º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #844B9B is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 75 | 155 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.39 |
| HSL | 282.75º | 0.35% | 0.45% | - |
| HSV(B) | 282.75º | 0.52% | 0.61% | - |
| XYZ | 17.95 | 12.3 | 32.44 | - |
| YUV | 101.16 | 158.38 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 75 | 155 | 0.15 | 0.52 | 0 | 0.39 | 282.75 | 0.35 | 0.45 |
| Hex | 84 | 4B | 9B | F | 34 | 0 | 27 | 11B | 23 | 2D |
| Octal | 204 | 113 | 233 | 17 | 64 | 0 | 47 | 433 | 43 | 55 |
| Binary | 10000100 | 1001011 | 10011011 | 1111 | 110100 | 0 | 100111 | 100011011 | 100011 | 101101 |
Color Harmonies of #844B9B
Complementary color
Monochromatic Colors of #844B9B
Black with #844B9B
Text Example
Text Example
White with #844B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844B9B; }
p { color: rgb(132,75,155); }
H1.HeaderClassName
{
color: #844B9B;
}
.AnyTagClassName
{
color: #844B9B;
}
</style>
background-color css
<style>
a { background-color: #844B9B; }
a { background-color: rgb(132,75,155); }
div.DivClassName
{
background-color: #844B9B;
}
.BgClassName
{
background-color: #844B9B;
}
</style>
border-color css
<style>
span { border-color: #844B9B; }
span { border-color: rgb(132,75,155); }
td.TdClassName
{
border-color: #844B9B;
}
.TagClassName
{
border-color: #844B9B;
}
</style>