Shades of Blue Violet #843ADC
Tints of Blue Violet #843ADC
RGB
CMYK
RGB Variations
Color information
#843ADC (or 0x843ADC) is known color: Blue Violet. HEX triplet: 84, 3A and DC. RGB value is (132,58,220). Sum of RGB (Red+Green+Blue) = 132+58+220=410 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.20% from 410); Green value is 58 (23.05% from 255 or 14.15% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #843ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843ADC is #7BC523. Grayscale: #626262. Windows color (decimal): -8111396 or 14432900. OLE color: 14432900.
HSL color Cylindrical-coordinate representation of color #843ADC: hue angle of 267.41º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #843ADC is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 58 | 220 | - |
| CMYK | 0.40 | 0.74 | 0 | 0.14 |
| HSL | 267.41º | 0.7% | 0.55% | - |
| HSV(B) | 267.41º | 0.74% | 0.86% | - |
| XYZ | 23.95 | 13.1 | 68.98 | - |
| YUV | 98.59 | 196.52 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 58 | 220 | 0.40 | 0.74 | 0 | 0.14 | 267.41 | 0.7 | 0.55 |
| Hex | 84 | 3A | DC | 28 | 4A | 0 | E | 10B | 46 | 37 |
| Octal | 204 | 72 | 334 | 50 | 112 | 0 | 16 | 413 | 106 | 67 |
| Binary | 10000100 | 111010 | 11011100 | 101000 | 1001010 | 0 | 1110 | 100001011 | 1000110 | 110111 |
Color Harmonies of #843ADC
Complementary color
Monochromatic Colors of #843ADC
Black with #843ADC
Text Example
Text Example
White with #843ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843ADC; }
p { color: rgb(132,58,220); }
H1.HeaderClassName
{
color: #843ADC;
}
.AnyTagClassName
{
color: #843ADC;
}
</style>
background-color css
<style>
a { background-color: #843ADC; }
a { background-color: rgb(132,58,220); }
div.DivClassName
{
background-color: #843ADC;
}
.BgClassName
{
background-color: #843ADC;
}
</style>
border-color css
<style>
span { border-color: #843ADC; }
span { border-color: rgb(132,58,220); }
td.TdClassName
{
border-color: #843ADC;
}
.TagClassName
{
border-color: #843ADC;
}
</style>