Shades of Vivid Violet #843BA8
Tints of Vivid Violet #843BA8
RGB
CMYK
RGB Variations
Color information
#843BA8 (or 0x843BA8) is known color: Vivid Violet. HEX triplet: 84, 3B and A8. RGB value is (132,59,168). Sum of RGB (Red+Green+Blue) = 132+59+168=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 59 (23.44% from 255 or 16.43% from 359); Blue value is 168 (66.02% from 255 or 46.80% from 359); Max value from RGB is 168 - color contains mainly: blue. Hex color #843BA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843BA8 is #7BC457. Grayscale: #5C5C5C. Windows color (decimal): -8111192 or 11025284. OLE color: 11025284.
HSL color Cylindrical-coordinate representation of color #843BA8: hue angle of 280.18º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #843BA8 is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 132 | 59 | 168 | - |
| CMYK | 0.21 | 0.65 | 0 | 0.34 |
| HSL | 280.18º | 0.48% | 0.45% | - |
| HSV(B) | 280.18º | 0.65% | 0.66% | - |
| XYZ | 18.15 | 10.86 | 38.19 | - |
| YUV | 93.25 | 170.18 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 59 | 168 | 0.21 | 0.65 | 0 | 0.34 | 280.18 | 0.48 | 0.45 |
| Hex | 84 | 3B | A8 | 15 | 41 | 0 | 22 | 118 | 30 | 2D |
| Octal | 204 | 73 | 250 | 25 | 101 | 0 | 42 | 430 | 60 | 55 |
| Binary | 10000100 | 111011 | 10101000 | 10101 | 1000001 | 0 | 100010 | 100011000 | 110000 | 101101 |
Color Harmonies of #843BA8
Complementary color
Monochromatic Colors of #843BA8
Black with #843BA8
Text Example
Text Example
White with #843BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843BA8; }
p { color: rgb(132,59,168); }
H1.HeaderClassName
{
color: #843BA8;
}
.AnyTagClassName
{
color: #843BA8;
}
</style>
background-color css
<style>
a { background-color: #843BA8; }
a { background-color: rgb(132,59,168); }
div.DivClassName
{
background-color: #843BA8;
}
.BgClassName
{
background-color: #843BA8;
}
</style>
border-color css
<style>
span { border-color: #843BA8; }
span { border-color: rgb(132,59,168); }
td.TdClassName
{
border-color: #843BA8;
}
.TagClassName
{
border-color: #843BA8;
}
</style>