#843FDC

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

Shades of Blue Violet #843FDC

Tints of Blue Violet #843FDC

Color information

#843FDC (or 0x843FDC) is unknown color: approx Blue Violet. HEX triplet: 84, 3F and DC. RGB value is (132,63,220). Sum of RGB (Red+Green+Blue) = 132+63+220=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 63 (25% from 255 or 15.18% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #843FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843FDC is #7BC023. Grayscale: #646464. Windows color (decimal): -8110116 or 14434180. OLE color: 14434180.

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

Color convert

RGB13263220-
CMYK0.400.7100.14
HSL266.37º69.16%55.49%-
HSV(B)266.37º71.36%86.27%-
XYZ24.2113.6369.06-
YUV101.53194.86149.73-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.81%
GREEN value IS 63 (25% from 255) = 15.18%
BLUE value IS 220 (86.33% from 255) = 53.01%
R=31.81%
G=15.18%
B=53.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal132632200.400.7100.14266.3769.1655.49
Hex843FDC28470E10a4537
Octal204773345010701641210567
Binary10000100111111110111001010001000111011101000010101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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