#843BDC

Color #843BDC Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #843BDC

Tints of Blue Violet #843BDC

Color information

#843BDC (or 0x843BDC) is unknown color: approx Blue Violet. HEX triplet: 84, 3B and DC. RGB value is (132,59,220). Sum of RGB (Red+Green+Blue) = 132+59+220=411 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.12% from 411); Green value is 59 (23.44% from 255 or 14.36% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #843BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843BDC is #7BC423. Grayscale: #626262. Windows color (decimal): -8111140 or 14433156. OLE color: 14433156.

HSL color Cylindrical-coordinate representation of color #843BDC: hue angle of 267.2º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #843BDC is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB13259220-
CMYK0.400.7300.14
HSL267.2º69.7%54.71%-
HSV(B)267.2º73.18%86.27%-
XYZ2413.268.99-
YUV99.18196.18151.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 32.12%
GREEN value IS 59 (23.44% from 255) = 14.36%
BLUE value IS 220 (86.33% from 255) = 53.53%
R=32.12%
G=14.36%
B=53.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal132592200.400.7300.14267.269.754.71
Hex843BDC28490E10b4637
Octal204733345011101641310667
Binary10000100111011110111001010001001001011101000010111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843BDC; }

 p { color: rgb(132,59,220); }

 H1.HeaderClassName
 {
   color: #843BDC;
 }
 .AnyTagClassName
 {
   color: #843BDC;
 }
</style>
background-color css

<style>
 a { background-color: #843BDC; }

 a { background-color: rgb(132,59,220); }

 div.DivClassName
 {
   background-color: #843BDC;
 }
 .BgClassName
 {
   background-color: #843BDC;
 }
</style>
border-color css

<style>
 span { border-color: #843BDC; }

 span { border-color: rgb(132,59,220); }

 td.TdClassName
 {
   border-color: #843BDC;
 }
 .TagClassName
 {
   border-color: #843BDC;
 }
</style>