#843CD6

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

Shades of Blue Violet #843CD6

Tints of Blue Violet #843CD6

Color information

#843CD6 (or 0x843CD6) is unknown color: approx Blue Violet. HEX triplet: 84, 3C and D6. RGB value is (132,60,214). Sum of RGB (Red+Green+Blue) = 132+60+214=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 60 (23.83% from 255 or 14.78% from 406); Blue value is 214 (83.98% from 255 or 52.71% from 406); Max value from RGB is 214 - color contains mainly: blue. Hex color #843CD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843CD6 is #7BC329. Grayscale: #626262. Windows color (decimal): -8110890 or 14040196. OLE color: 14040196.

HSL color Cylindrical-coordinate representation of color #843CD6: hue angle of 268.05º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #843CD6 is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13260214-
CMYK0.380.7200.16
HSL268.05º65.25%53.73%-
HSV(B)268.05º71.96%83.92%-
XYZ23.2712.9964.9-
YUV99.08192.85151.48-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.51%
GREEN value IS 60 (23.83% from 255) = 14.78%
BLUE value IS 214 (83.98% from 255) = 52.71%
R=32.51%
G=14.78%
B=52.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal132602140.380.7200.16268.0565.2553.73
Hex843CD6264801010c4136
Octal204743264611002041410166
Binary100001001111001101011010011010010000100001000011001000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,60,214); }

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

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

 a { background-color: rgb(132,60,214); }

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

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

 span { border-color: rgb(132,60,214); }

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